change TargetFramework

This commit is contained in:
yubaolee
2021-03-13 22:27:19 +08:00
parent 00509249c5
commit f652d533aa
7 changed files with 6 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp5.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">