Upgrade project targets to netcoreapp3.1

This commit is contained in:
Huo Yaoyuan
2019-12-16 15:28:18 +08:00
parent ce41be59aa
commit 351e826120
18 changed files with 42 additions and 42 deletions

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>WinExe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Description>click the circles. to the beat.</Description>