WCS.Core.csproj 608 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Content Remove="C:\Users\ZUOLINHAO\.nuget\packages\hslcommunication\6.2.2\contentFiles\any\netstandard2.0\Doc.txt" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <PackageReference Include="HslCommunication" Version="6.2.2" />
  11. <PackageReference Include="WCS.DbHelper" Version="1.0.0" />
  12. <PackageReference Include="WCS.Entity" Version="1.0.2" />
  13. <PackageReference Include="WCS.Redis" Version="1.0.2" />
  14. </ItemGroup>
  15. </Project>