【问题标题】:needing "MarkerMetro.Unity.Pathfinding.Ionic.Zip" package supporting UWP需要支持 UWP 的“MarkerMetro.Unity.Pathfinding.Ionic.Zip”包
【发布时间】:2016-07-30 21:32:27
【问题描述】:

我有一个经典 full.net 上的 pre-built class library 引用 "MarkerMetro.Unity.Pathfinding.Ionic.Zip" nugget 包。现在我想将这个类库移植到 .net 核心,以便能够在我的 UWP 应用程序中使用它。但是当我尝试将"MarkerMetro.Unity.Ionic.Zlib" 包添加到.net 核心类库时,我得到了这个错误:

Package MarkerMetro.Unity.Pathfinding.Ionic.Zip 2.0.0.14 is not compatible with netstandard1.6 (.NETStandard,Version=v1.6).

有没有支持.NetStandard 的MarkerMetro.Unity.Pathfinding.Ionic.Zip 包?

【问题讨论】:

    标签: c# uwp .net-core .net-core-rc2


    【解决方案1】:

    TL;DR - 不,没有支持 .NetStandard 的 MarkerMetro.Unity.Pathfinding.Ionic.Zip nuget 包

    答案并不那么简单。您需要阅读以了解什么是 .NET Standard 以及每个版本的真正含义以及如何从 .NET Framework 移植到 .NET Core

    .NET Standard Library

    Porting to .NET Core from .NET Framework

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-02-18
      • 2017-08-05
      • 2017-01-13
      • 2011-01-16
      相关资源
      最近更新 更多