Macでasp.netを実行しようとしています。すべてを正しくインストールしましたが、コマンド " dnx web
" を実行するとクラッシュします。
これは私の project.json ファイルです:
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"tooling": {
"defaultNamespace": "MyWebApp"
},
"dependencies": {
"EntityFramework.Commands": "7.0.0-rc1-final",
// Dependencies deleted for brevity.
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final"
},
"commands": {
"web": "Microsoft.AspNet.Server.Kestrel",
"ef": "EntityFramework.Commands"
},
// Markup deleted for brevity.
"scripts": {
"prepublish": [
"npm install",
"bower install",
"gulp clean",
"gulp min"
]
}
それがログです:
System.TypeLoadException: アセンブリ 'Microsoft.Extensions.PlatformAbstractions, Version=1.0.0.0, Culture=neutral, から型 'Microsoft.Extensions.PlatformAbstractions.IAssemblyLoadContextAccessor' を読み込めませんでした