Skip to content

Commit 5b2eca2

Browse files
.NET MAUI: use 8.0.20 package version (#1440)
1 parent 514f3f0 commit 5b2eca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<PackageVersion Include="Microsoft.Toolkit.Uwp.UI.Controls" Version="6.1.1" />
3232
<PackageVersion Include="Microsoft.UI.Xaml" Version="2.5.0" />
3333
<PackageVersion Include="Monaco.Editor" Version="0.8.1-alpha" />
34-
<PackageVersion Include="Microsoft.Maui.Controls" Version="8.0.6" />
35-
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" />
34+
<PackageVersion Include="Microsoft.Maui.Controls" Version="8.0.20" />
35+
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
3636
<PackageVersion Include="Xamarin.AndroidX.AppCompat" Version="1.6.1.3" />
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)