排名
6
文章
6
粉丝
16
评论
8
{{item.articleTitle}}
{{item.blogName}} : {{item.content}}
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2024TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:50010702506256
欢迎加群交流技术
分类:
.net core
ef数据库迁移的依赖项是: Microsoft.EntityFrameworkCore.Tools
下载即可:
nuget命令:Install-Package Microsoft.EntityFrameworkCore.Tools 3.1.1
或者使用ItemGroup添加依赖:
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.10"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference>
评价