您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

MVCTemplate.Data.csproj 1019B

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>