答案 0 :(得分:0)
我自己尝试过并且能够解决问题,您需要从参考中删除“Microsoft.EntityFrameworkCore.SqlServer”
答案 1 :(得分:-1)
尝试将其添加到“dependencies”部分下的“project.json”文件中:
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
module.exports = function(source) {
this.cacheable && this.cacheable();
var value = typeof source === "string" ? JSON.parse(source) : source;
this.value = [value];
return "module.exports = " + JSON.stringify(value) + ";";
}