WCS.WorkEngineering.csproj 996 B

1234567891011121314151617181920212223242526272829
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  9. <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  12. <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
  13. </PropertyGroup>
  14. <ItemGroup>
  15. <None Remove="Systems\AgvSystems.cs~RFf34461e.TMP" />
  16. <None Remove="Systems\puiaxxwa.5zv~" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <PackageReference Include="MessagePack" Version="2.5.108" />
  20. <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.5" />
  21. <PackageReference Include="ServiceCenter" Version="1.0.5.2" />
  22. </ItemGroup>
  23. </Project>