Skip to content

Commit

Permalink
Update package versions and refactor project references
Browse files Browse the repository at this point in the history
Updated `Microsoft.Maui.Controls` to `9.0.30` and `Microsoft.Maui.Controls.Compatibility` to `9.0.30` in `ClientNoSqlDB.Samples.Maui.csproj`. Updated `Microsoft.Extensions.Logging.Debug` to `9.0.1`. Removed `MauiXaml` reference to `MainPage.xaml`.

In `ClientNoSqlDB.Tests.csproj`, replaced `xunit` with `xunit.v3` version `1.0.1` and removed `xunit.abstractions`.
  • Loading branch information
vb2ae committed Jan 27, 2025
1 parent e7c00ea commit 74ebd29
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 74ebd29

Please sign in to comment.