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 8ee0b3c commit 84d4613Copy full SHA for 84d4613
src/Directory.Packages.props
@@ -57,8 +57,8 @@
57
</ItemGroup>
58
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
59
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="9.0.7" />
60
- <PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.81" />
61
- <PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.81" />
+ <PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.82" />
+ <PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.82" />
62
63
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
64
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.18" />
0 commit comments