GreenTree.Strohrmann.ERP.Services.csproj 1.2 KB

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.5" />
  7. <PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
  8. <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.5">
  9. <PrivateAssets>all</PrivateAssets>
  10. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  11. </PackageReference>
  12. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.5">
  13. <PrivateAssets>all</PrivateAssets>
  14. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  15. </PackageReference>
  16. <PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.5" />
  17. <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\GreenTree.Strohrmann.ERP.Core\GreenTree.Strohrmann.ERP.Core.csproj" />
  21. <ProjectReference Include="..\GreenTree.Strohrmann.ERP.Domain\GreenTree.Strohrmann.ERP.Domain.csproj" />
  22. </ItemGroup>
  23. </Project>