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.

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="AutoMapper" Version="11.0.1" />
  7. <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.7" />
  8. <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.4" />
  9. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
  10. <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.7" />
  11. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.4">
  12. <PrivateAssets>all</PrivateAssets>
  13. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  14. </PackageReference>
  15. <PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
  16. <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
  17. </ItemGroup>
  18. </Project>