liaoxujun@qq.com
2023-07-26 4f0567c2e02d1bbdfe497dad9b948d3ecf4d3c3a
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>
 
</Project>