1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
- <Nullable>enable</Nullable>
- <GenerateDocumentationFile>True</GenerateDocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Content Remove="C:\Users\ZUOLINHAO\.nuget\packages\hslcommunication\6.2.2\contentFiles\any\netstandard2.0\Doc.txt" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="HslCommunication" Version="6.2.2" />
- <PackageReference Include="WCS.DbHelper" Version="1.0.0" />
- <PackageReference Include="WCS.Entity" Version="1.0.3" />
- <PackageReference Include="WCS.Redis" Version="1.0.2" />
- </ItemGroup>
- </Project>
|