Files
Web_Test_Work_Dev/TestConsoleApp.csproj
XuJiacheng acc9279e82 初始化
初始化提交代码
2025-11-20 18:51:28 +08:00

11 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>