Product_Wms/Tools/CirculateTool/CirculateTool.csproj

11 lines
271 B
XML
Raw Normal View History

2024-10-07 09:51:55 +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>