# 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