【问题标题】:How can I get the list of NuGet packages available for KRuntime?如何获取可用于 KRuntime 的 NuGet 包列表?
【发布时间】:2014-08-19 03:12:00
【问题描述】:

看起来像only a part of BCL is supported for KRuntime。 BCL 中是否有受支持的程序集列表? ASP.NET vNext repositories 不包含任何 System.* 库。检查是否可以移植库会很有用。

【问题讨论】:

    标签: asp.net-core kruntime


    【解决方案1】:

    我还发现这个 myget 库对 asp.net vnext dev branchmaster branch 很有用

    【讨论】:

      【解决方案2】:

      ASP.NET vNext 在 MyGet 上有一个包源。看起来我们可以用NuGet.exe查询它。

      NuGet.exe list -Source "https://www.myget.org/F/aspnetvnext/api/v2"
      

      更新:

      使用NuGet Package Explorer 检查提要是更好的选择。您可以轻松打开包内容并查看是否支持 KRuntime。据我所知,并非所有列出的软件包都支持 KRuntime。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2018-01-25
        • 2015-11-13
        相关资源
        最近更新 更多