Skip to content

Commit

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

Type: upd
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jun 22, 2024
1 parent 85901ba commit 7ed6c74
Show file tree
Hide file tree
Showing 4 changed files with 10 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="3.1.7" />
<PackageReference Include="Terminaux" Version="4.1.2" />
</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.3.1">
<Project Sdk="MSTest.Sdk/3.4.3">

<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
Expand All @@ -17,4 +17,8 @@
<ProjectReference Include="..\VisualCard\VisualCard.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.10.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion VisualCard/Extras/CardGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

using System;
using System.Collections.Generic;
using Textify.NameGen;
using Textify.Data.Analysis.NameGen;
using VisualCard.Parts;
using VisualCard.Parts.Enums;
using VisualCard.Parts.Implementations;
Expand Down
5 changes: 3 additions & 2 deletions VisualCard/VisualCard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.3" />
<PackageReference Include="Textify.Offline" Version="1.5.0" />
<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" />
</ItemGroup>

</Project>

0 comments on commit 7ed6c74

Please sign in to comment.