刚刚升级到asp.net core 2.1,AddDbContext的选项中似乎不再存在UseSqlServer。 (我在其中传递连接字符串)
我应该用什么代替?
最佳答案
添加了nuget包Microsoft.EntityFrameworkCore.SqlServer,它再次工作
关于c# - AddDbContext中缺少UseSqlServer,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/51138635/