WebAPIBase.Service.csproj 677 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\Data\WebAPIBase.Data.csproj" />
  10. <ProjectReference Include="..\Model\WebAPIBase.Model.csproj" />
  11. <ProjectReference Include="..\Utils\WebAPIBase.Utils.csproj" />
  12. <ProjectReference Include="..\WebAPIBase.NetCore.BusinessCore\WebAPIBase.NetCore.BusinessCore.csproj" />
  13. <ProjectReference Include="..\WebAPIBase.NetCore.Enties\WebAPIBase.NetCore.Enties.csproj" />
  14. </ItemGroup>
  15. </Project>