Skip to content

Commit

Permalink
Merge pull request #84 from Ken-Tucker/nuget_updates
Browse files Browse the repository at this point in the history
Update package versions and refactor project references
  • Loading branch information
vb2ae authored Jan 27, 2025
2 parents e7c00ea + 74ebd29 commit 972f06b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ClientNoSqlDB.Samples.Maui/ClientNoSqlDB.Samples.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@

<ItemGroup>
<PackageReference Include="Caliburn.Micro.Maui" Version="5.0.183-beta" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.30" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.30" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions ClientNoSqlDB.Tests/ClientNoSqlDB.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -20,6 +18,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit.v3" Version="1.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 972f06b

Please sign in to comment.