【问题标题】:How to manually import the portable profile “portable-net45+win8”?如何手动导入便携式配置文件“portable-net45+win8”?
【发布时间】:2016-06-05 11:19:39
【问题描述】:

我正在按照此处的说明将 .NET 解决方案从 .NET Core rc1 升级到 rc2:http://ef.readthedocs.io/en/latest/miscellaneous/rc1-rc2-upgrade.html

在文章中指出“解决方法是手动导入便携式配置文件“portable-net45+win8”。'

谁能告诉我如何手动导入此配置文件?

【问题讨论】:

    标签: .net .net-core .net-core-rc2 .net-core-rc1


    【解决方案1】:

    实际上下一段包含如何做到这一点。修改project.json文件:

    {
      "frameworks": {
        "netcoreapp1.0": {
          "imports": ["dnxcore50", "portable-net45+win8"]
        }
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-06-08
      • 1970-01-01
      • 2021-05-05
      • 2017-04-29
      • 2011-05-08
      • 2018-02-23
      相关资源
      最近更新 更多