wcs_serve_wuxikate/Tools/LogTool/LogTool.csproj

11 lines
251 B
XML
Raw Permalink Normal View History

2025-01-03 14:36:27 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
</Project>