升级为.NET6测试

This commit is contained in:
falcon 2022-10-09 11:23:43 +08:00
parent dfb04f742c
commit 0d7cbbe70c

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5</TargetFrameworks>
<TargetFrameworks>net6</TargetFrameworks>
<Nullable>enable</Nullable>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<IsPackable>false</IsPackable>