Skip to content

Commit

Permalink
Merge pull request #92 from Aguafrommars/fix/dependencies
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
aguacongas authored Dec 13, 2024
2 parents 93584d6 + 430b203 commit 1ee116e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions samples/Client/Maui.Blazor.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.14" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.14" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.21" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.21" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.21" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.14" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.14" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.21" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.21" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.21" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.14" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.14" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.21" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.21" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.21" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down

0 comments on commit 1ee116e

Please sign in to comment.