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

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<OutputType>WinExe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Description>A free-to-win rhythm game. Rhythm is just a *click* away!</Description>