【问题标题】:NU1002 The dependency BlockchainAPI 3.1.0 does not support framework .NETCoreApp,Version=v1.0NU1002 依赖 BlockchainAPI 3.1.0 不支持框架 .NETCoreApp,Version=v1.0
【发布时间】:2019-03-13 19:04:52
【问题描述】:

我使用框架 NET Core 1.0 创建了一个新应用程序,并在其中安装了 BlockchainAPI 3.1.0 的包,现在我收到此错误:

NU1002 依赖 BlockchainAPI 3.1.0 不支持框架 .NETCoreApp ,Version=v1.0。

【问题讨论】:

    标签: api asp.net-core-mvc


    【解决方案1】:

    试试这个

     "buildOptions": {
         "debugType": "portable",
         "emitEntryPoint": true
     }
    

    【讨论】:

      猜你喜欢
      • 2016-10-31
      • 2017-07-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-28
      • 1970-01-01
      • 2016-06-27
      相关资源
      最近更新 更多