Is .Net 5.0 supported with the Zebra.Printer.SDK (2.15.2634)?
I have added the SDK to my application via NuGet but I cannot seem to access the UsbDiscoverer class
Zebra.Printer.SDK (2.15.2634) .Net 5.0 Support// Expert user has replied.Is .Net 5.0 supported with the Zebra.Printer.SDK (2.15.2634)? I have added the SDK to my application via NuGet but I cannot seem to access the UsbDiscoverer class |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
The Link-OS SDK for PC_.NET supports .Net Framework 4.7 (or higher). Please make sure that your .NET project is a .Net Framework project, not a .Net Core project. Then you should be able to see the UsbDiscoverer class.