1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk.Worker">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <UserSecretsId>dotnet-TEST-2751B22E-C0CE-443B-BEC8-5B1B6FF38409</UserSecretsId>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\DBHelper-SqlSugar\DBHelper-SqlSugar.csproj" />
- <ProjectReference Include="..\Logs\Logs.csproj" />
- <ProjectReference Include="..\Projects\永冠OPP\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
- <ProjectReference Include="..\WCS.Entity\WCS.Entity.csproj" />
- </ItemGroup>
- </Project>
|