Project files for the Acumatica Import for United Rentals
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

23 lignes
937 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Acumatica.Default_20.200.001" Version="2.0.0" />
  8. <PackageReference Include="Acumatica.Manufacturing_21.200.001" Version="2.0.0" />
  9. <PackageReference Include="Acumatica.RESTClient" Version="2.2.0" />
  10. <PackageReference Include="Acumatica.SOAPLikeWrapperForREST" Version="2.2.0" />
  11. <PackageReference Include="Independentsoft.Exchange" Version="3.0.700" />
  12. <PackageReference Include="iTextSharp" Version="5.5.13.3" />
  13. <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
  14. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  15. <Content Include="*.json">
  16. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  17. </Content>
  18. </ItemGroup>
  19. </Project>