WCS.WorkEngineering.csproj 576 B

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