ZebraDevs / LinkOS-Xamarin-Samples

Sample code for developing cross-platform applications on Android and iOS using Xamarin. The demos in this repository are stored on separate branches. To navigate to a demo, please click branches.
Other
8 stars 11 forks source link

Compatibility with netstandard? #2

Open mrbelk opened 6 years ago

mrbelk commented 6 years ago

Most everything in Xamarin now is .NETStandard. When I try to add the nuget to a .NETStandard1.4 based project, I get an error that the package couldn't be added. What do I need to change in my project.json file in order to support this package?

Thanks, Matthew Belk

Robin-West commented 6 years ago

Hi Matthew, I'm not sure, but as this library is only currently compatible with Android and iOS, it may not work properly. There is a separate SDK for .NET Standard applications. I believe that is 1.4 compatible as it was just released in November. It should be posted to Nuget soon, but for now you can get it as a download from Zebra.com.

mrbelk commented 6 years ago

this is not a huge deal as I just did everything in my platform projects.

jitendrajadav commented 6 years ago

@Robin-West I have tried with you above mention link"SDK for .NET" will giving 404 not found error please let me know how I can update my .NET Standard 2

manijak commented 5 years ago

@Robin-West I'm wondering the same thing about the .Net Standard 2.0 support. I can see that the sdk is available on NuGet and it does work, but there are features missing. Like the DiscoveredUsbPrinter and UsbDiscoverer.