SOMS/test/ConsoleTestDotnettyClient/ConsoleTestDotnettyClient.csproj

11 lines
249 B
XML
Raw Normal View History

2024-10-18 18:41:02 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-12-25 15:06:46 +08:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2024-10-18 18:41:02 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>