Target net5.0 instead of netcoreapp3

This commit is contained in:
Roman Kapustin
2020-11-20 10:45:19 +03:00
parent 229aed1d46
commit 3b600f0a7b
9 changed files with 9 additions and 9 deletions

View File

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