WMS.BZModels.csproj 541 B

12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="SqlSugarCore" Version="5.1.4.106" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\WMS.BZInfo\WMS.BZInfo.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Reference Include="wms.dto">
  15. <HintPath>..\WMS.BZWeb\DLL\wms.dto.dll</HintPath>
  16. </Reference>
  17. </ItemGroup>
  18. </Project>