WCS.WorkEngineering.csproj 512 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.5" />
  9. <PackageReference Include="ServiceCenter" Version="1.0.0.6" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
  13. </ItemGroup>
  14. </Project>