diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-21 17:47:16 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-21 17:47:16 +0800 |
commit | 4c52f2d8b7aae43f391f54fb67fe91b8bc64e0c5 (patch) | |
tree | c3adc585d798539e513b88802a86c59443148b32 /Timeline/Timeline.csproj | |
parent | 2bb83325aeef0fe632390e11830c88c4b55ab293 (diff) | |
download | timeline-4c52f2d8b7aae43f391f54fb67fe91b8bc64e0c5.tar.gz timeline-4c52f2d8b7aae43f391f54fb67fe91b8bc64e0c5.tar.bz2 timeline-4c52f2d8b7aae43f391f54fb67fe91b8bc64e0c5.zip |
...
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index d2d3fa67..a948e3f3 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -21,6 +21,12 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.0.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ </PackageReference>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.0.0-rc1.final" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Design" Version="1.1.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-dev002868" />
|