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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.3

使用yum 安装一下便解决了

yum install dotnet-hosting-2.0.3

以上是关于CentOS7 安装.netcore 2 部署应用出现An assembly specified in the application dependencies manifest (xxx.deps.的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7下安装并简单设置PostgreSQL笔记

又一篇Centos7下的asp.net core部署教程

如何在centos7中部署Net6.0程序?

CentOS7部署.net core项目

centos7基于kubeadm安装部署Kubernetes (1.15.2)集群

centos7 下通过nginx+uwsgi部署django应用