Open mrbelk opened 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.
this is not a huge deal as I just did everything in my platform projects.
@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
@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
.
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