Update desktop projects to target .NET 6

This commit is contained in:
Dean Herbert
2022-02-10 15:25:54 +09:00
parent 4dab42362e
commit 176bb4a4e2
14 changed files with 26 additions and 26 deletions

View File

@ -63,7 +63,7 @@
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.204.0" />
<PackageReference Include="ppy.osu.Game.Resources" Version="2022.204.0" />
</ItemGroup>
<!-- See https://github.com/dotnet/runtime/issues/35988 (can be removed after Xamarin uses net5.0 / net6.0) -->
<!-- See https://github.com/dotnet/runtime/issues/35988 (can be removed after Xamarin uses net6.0) -->
<PropertyGroup>
<NoWarn>$(NoWarn);NU1605</NoWarn>
</PropertyGroup>