bertt / mapbox-vector-tile-cs

A .NET library for decoding a Mapbox vector tile
MIT License
74 stars 14 forks source link

.Net Standard support #8

Closed pherbel closed 7 years ago

pherbel commented 7 years ago

Hi,

Do you plan to support .Net Standard?

bertt commented 7 years ago

yes sure, was waiting for the dependencies to support it

pauldendulk commented 7 years ago

The v3.1.4 nuget package depends on the latest version of protobuf-net which is itself .NET Standard 1.3. So if you install it you install a .NET Standard package along with the vector-tile-cs PCL, which is a problem for both PCLs and .NET Standard. I think it only works on regular .NET Framework.

Solutions:

I vote for option two but don't know how if that's possible given the other dependencies.

bertt commented 7 years ago

Published 4.0 with .NET Standard 1.3 https://www.nuget.org/packages/mapbox-vector-tile/4.0.0