初始化

初始化提交代码
This commit is contained in:
2025-11-20 18:51:28 +08:00
parent 2e16e64ca1
commit acc9279e82
5 changed files with 40 additions and 0 deletions

10
TestConsoleApp.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>