TEST.csproj 743 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk.Worker">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <UserSecretsId>dotnet-TEST-2751B22E-C0CE-443B-BEC8-5B1B6FF38409</UserSecretsId>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\DBHelper-SqlSugar\DBHelper-SqlSugar.csproj" />
  13. <ProjectReference Include="..\Logs\Logs.csproj" />
  14. <ProjectReference Include="..\Projects\永冠OPP\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
  15. <ProjectReference Include="..\WCS.Entity\WCS.Entity.csproj" />
  16. </ItemGroup>
  17. </Project>