CentOS7 安装.netcore 2 部署应用出现An assembly specified in the application dependencies manifest (xxx.deps.

# dotnet xxx.dll
Error:
  An assembly specified in the application dependencies manifest (xxx.deps.json) was not found:
    package: 'Microsoft.AspNetCore.Antiforgery', version: '2.0.1'
    path: 'lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll'
  This assembly was expected to be in the local runtime store as the application was published using the following target manifest files:
    aspnetcore-store-2.0.3.xml

出现了这个错误,缘由是未安装dotnet-hosting-2.0.x(你软件对应的.net core 版本)json

使用yum 安装一下便解决了(这是当时的解决办法,没深究,但愿对大家有效)app

yum install dotnet-hosting-2.0.X
相关文章
相关标签/搜索