Files
wcs/WCS.DAL/WCS.DAL.csproj
hehaibing-1996 e89b64ea3a !提交代码
2024-04-15 18:43:28 +08:00

17 lines
401 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SqlSugarCore" Version="5.1.4.149" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WCS.Model\WCS.Model.csproj" />
</ItemGroup>
</Project>