File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
</PropertyGroup >
24
24
25
25
<ItemGroup Condition =" $(TargetFramework.StartsWith(" net9" ))" >
26
- <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.10 " />
27
- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" 9.0.0 " />
26
+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.12 " />
27
+ <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" 9.0.12 " />
28
28
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.0" />
29
29
</ItemGroup >
30
30
<ItemGroup Condition =" $(TargetFramework.StartsWith(" net8" ))" >
31
- <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.10 " />
31
+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.12 " />
32
32
<PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" 9.0.12" />
33
33
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.0" />
34
34
</ItemGroup >
You can’t perform that action at this time.
0 commit comments