We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1abd2 commit 0b92d21Copy full SHA for 0b92d21
src/Directory.Packages.props
@@ -58,8 +58,8 @@
58
</ItemGroup>
59
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
60
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="9.0.8" />
61
- <PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.90" />
62
- <PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.90" />
+ <PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.100" />
+ <PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.100" />
63
64
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
65
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.19" />
0 commit comments