Skip to content

Commit

Permalink
upd - Updated libraries
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 13, 2024
1 parent 0324691 commit 3347bf0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VisualCard.ShowContacts/VisualCard.ShowContacts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Terminaux" Version="4.2.0.1" />
<PackageReference Include="Terminaux" Version="4.3.5" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 5 additions & 1 deletion VisualCard.Tests/VisualCard.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSTest.Sdk/3.4.3">
<Project Sdk="MSTest.Sdk/3.5.1">

<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
Expand All @@ -21,4 +21,8 @@
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.10.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Testing.Extensions.CodeCoverage" Version="17.11.5" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions VisualCard/VisualCard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.6" />
<PackageReference Include="Textify.Offline" Version="1.9.0.1" />
<PackageReference Include="Textify.Offline.Data.Analysis" Version="1.9.0.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.7" />
<PackageReference Include="Textify.Offline" Version="1.10.0.1" />
<PackageReference Include="Textify.Offline.Data.Analysis" Version="1.10.0.1" />
</ItemGroup>

</Project>

0 comments on commit 3347bf0

Please sign in to comment.