Skip to content

Commit

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

We've updated libraries for convenience. However, development won't actually start until Sep 1st.

---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 26, 2024
1 parent e57a256 commit db7b0b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 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.3.5" />
<PackageReference Include="Terminaux" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 2 additions & 10 deletions VisualCard.Tests/VisualCard.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSTest.Sdk/3.5.1">
<Project Sdk="MSTest.Sdk/3.5.2">

<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
Expand All @@ -10,19 +10,11 @@
<ItemGroup>
<PackageReference Include="Shouldly" Version="4.2.1" />

<PackageReference Remove="Microsoft.SourceLink.GitHub" />
<PackageReference Remove="Microsoft.SourceLink.GitHub" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\VisualCard\VisualCard.csproj" />
</ItemGroup>

<ItemGroup>
<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.7" />
<PackageReference Include="Textify.Offline" Version="1.10.0.1" />
<PackageReference Include="Textify.Offline.Data.Analysis" Version="1.10.0.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.8" />
<PackageReference Include="Textify.Offline" Version="1.11.1.1" />
<PackageReference Include="Textify.Offline.Data.Analysis" Version="1.11.1.1" />
</ItemGroup>

</Project>

0 comments on commit db7b0b6

Please sign in to comment.