ServiceCenter.csproj 657 B

123456789101112131415161718
  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="PlcSiemens" Version="1.0.0.2" />
  11. <PackageReference Include="WCS.Core" Version="1.0.0.8" />
  12. <PackageReference Include="WCS.Entity" Version="1.0.1.7" />
  13. <PackageReference Include="WCS.Entity.Protocol" Version="1.0.0.6" />
  14. </ItemGroup>
  15. </Project>