Update TFM to net5.0-windows7

This commit is contained in:
ChsBuffer
2021-03-27 16:26:18 +08:00
parent 664b1a7e6c
commit 2ab693facf
4 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net5.0-windows7</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Platforms>AnyCPU</Platforms>
<UseWindowsForms>true</UseWindowsForms>