Closed pherbel closed 7 years ago
yes sure, was waiting for the dependencies to support it
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.
Published 4.0 with .NET Standard 1.3 https://www.nuget.org/packages/mapbox-vector-tile/4.0.0
Hi,
Do you plan to support .Net Standard?