NXWMS.Service.ERP.csproj 789 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  6. <OutputPath>bin\Debug\</OutputPath>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.12" />
  10. <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.12" />
  11. <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\NXWMS.DataAccess\NXWMS.DataAccess.csproj" />
  15. <ProjectReference Include="..\NXWMS.IService\NXWMS.IService.csproj" />
  16. <ProjectReference Include="..\NXWMS.Models\NXWMS.Model.csproj" />
  17. </ItemGroup>
  18. </Project>