You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Diligent.WebAPI.Data.csproj 885B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="AutoMapper" Version="11.0.1" />
  9. <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
  10. <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
  11. <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
  12. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.3">
  13. <PrivateAssets>all</PrivateAssets>
  14. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  15. </PackageReference>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Folder Include="Migrations\" />
  19. </ItemGroup>
  20. </Project>