qinchulong
2025-03-01 b42eea2fe9914c81d17a966f3877dcbe5e1914f8
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>
 
</Project>