需要" MarkerMetro.Unity.Pathfinding.Ionic.Zip"包支持UWP

时间:2016-07-30 21:32:27

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

我在经典的full.net引用"MarkerMetro.Unity.Pathfinding.Ionic.Zip" nugget包上有pre-built class library。现在我想将这个类库移植到.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).

是否有任何MarkerMetro.Unity.Pathfinding.Ionic.Zip包支持.NetStandard?

1 个答案:

答案 0 :(得分:0)

TL; DR - 没有一个MarkerMetro.Unity.Pathfinding.Ionic.Zip nuget包支持.NetStandard

答案并非如此直截了当。您需要做一些阅读以了解什么是.NET Standard以及每个版本的真正含义以及如何从.NET Framework移植到.NET Core

.NET Standard Library

Porting to .NET Core from .NET Framework