美文网首页
An assembly specified in the app

An assembly specified in the app

作者: 残月星辰梦 | 来源:发表于2019-05-10 17:41 被阅读0次

解决办法

<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
  </PropertyGroup>
</Project>

是Core的项目在FolderProfile.pubxml文件下添加

<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>

相关文章

网友评论

      本文标题:An assembly specified in the app

      本文链接:https://www.haomeiwen.com/subject/xgfzoqtx.html