Aurora.Core.EntityFramework.csproj 936 字节
Newer Older
1 2 3 4 5 6 7 8
<Project Sdk="Microsoft.NET.Sdk">

  <ItemGroup>
    <ProjectReference Include="..\Aurora.Core.Domain\Aurora.Core.Domain.csproj" />
    <ProjectReference Include="..\..\..\Aurora.Common\Aurora.Common.csproj" />
  </ItemGroup>

  <ItemGroup>
lwplvx's avatar
lwplvx 已提交
9 10 11 12
    <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
    <PackageReference Include="MySql.EntityFrameworkCore" Version="5.0.3.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.7">
S
simon 已提交
13 14 15
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
      <PrivateAssets>all</PrivateAssets>
    </PackageReference>
lwplvx's avatar
lwplvx 已提交
16
    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" />
17 18 19 20 21 22
  </ItemGroup>
  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>

</Project>