smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
490 stars 115 forks source link

Dependency on .NETStandard.Library (>= 1.6.0) #46

Closed rohitvipin closed 7 years ago

rohitvipin commented 7 years ago

None of the other plugins have this dependency. i don't want to add this dependency when i am using PCL or Shared project.

smsissuechecker commented 7 years ago

Hi @rohitvipin,

I'm the friendly issue checker. It seems like (100.00 %) you haven't used our issue template :cry: I think it is very frustrating for the repository owners, if you ignore them.

If you think it's fine to make an exception, just ignore this message. But if you think it was a mistake to delete the template, please close the issue and create a new one.

Thanks!

smstuebe commented 7 years ago

There should be nothing additionally installed, if you install it in your PCL https://docs.microsoft.com/en-us/dotnet/articles/standard/library

Xamrin.iOS and Xamarin.Android = .NETStandard.Library

What's your problem?

smstuebe commented 7 years ago

See, .NET is matching .NET Standard... No additional install happens:

image

rohitvipin commented 7 years ago

Okay, thank you. I had to move my PCL to 259 and it worked. Thanks for answering the question.

smstuebe commented 7 years ago

@rohitvipin Wich Profile did you have before?

rohitvipin commented 7 years ago

111 also, i had .net core project with in the solution.

smstuebe commented 7 years ago

Hmm the PCL from the screenshot is Profile 111 and it installed without problems. :(