ningshuxia
2022-09-22 6fb1b5d270ce1af292066be068d627a60851aca4
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
</Project>