wms.dataservice.csproj 401 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\wms.dto\wms.dto.csproj" />
  8. <ProjectReference Include="..\wms.package\wms.package.csproj" />
  9. <ProjectReference Include="..\wms.sqlsugar\wms.sqlsugar.csproj" />
  10. </ItemGroup>
  11. </Project>