johnduhart / POGOProtos-dotnet

Pokémon Go ProtoBufs compiled for .NET
10 stars 6 forks source link

PCL compatible? #1

Open blocksninja opened 8 years ago

blocksninja commented 8 years ago

First, thanks for this solution! Is there a possibility you could make the NuGet PCL compatible?

Thanks!

johnduhart commented 8 years ago

Hi Tim!

I'm currently taking a dependency on Google.Protobuf which only supports .NET 4.5 and .NET Standard 1.0, so (from my understanding) I'm limited in that regard. :cry:

For 1.2 I'm lowering the .NET Standard framework from 1.3 to 1.0, but I'm not sure this will help.

Let me know if you have any other suggestions, I'm still trying to wrap my head around multi-targeting.