greenygh0st / JWT-Decoder

A simple easy to use C# JWT Decoder
MIT License
13 stars 3 forks source link

Unable to use JWT-Decoer with Xamarin.forms v5.0.0.1558-pre3 #1

Open adopilot opened 3 years ago

adopilot commented 3 years ago

First at all thank you on your effort, I am trying to use this in project. When I refence this package in solution with multiple project I am unable to build Android project with errors unable to resolve conflicts . My solution is able to use this on UWP project without problems. I did install package in Main project which targets .Net Standard 2.0. side by side with Xamarin.forms v5.0.0.1558-pre3 and Xamarin.essentials v 1.5.3.2 Any idea why this not working in Andriod procject ?

greenygh0st commented 3 years ago

Hey adopilot - I have not worked much with Xamarin personally for a bit of time. I can take a look at supporting that once its out of preview. You can also feel free to make a PR for the adjustment.