具体问题提示:
Error:
An assembly specified in the application dependencies manifest (xxx.deps.json) was not found:
package: 'Swashbuckle.AspNetCore.Swagger', version: '1.0.0'
path: 'lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll'
我根据 xxx.runtimeconfig.dev.json 文件里面的配制,在
"C:\\Users\\fayua\\.nuget\\packages" 中是可以找得到相应的dll的;我用vs2017 xxx.deps.json与xxx.runtimeconfig.dev.json都是自动生成的,所以也不知道具体问题是出现在哪里了
蝴蝶不菲