Slion / SharpLibHid

C# HID Library using Windows Raw Input.
http://publish.slions.net/HidDemo/
58 stars 18 forks source link

Update NuGet to support NetStandard 2.0? #5

Open m1dst opened 4 years ago

m1dst commented 4 years ago

Would you consider adding support to the NuGet to add NetStandard 2.0 support?

Slion commented 3 years ago

Of course please feel free to submit pull requests.

Slion commented 3 years ago

I'm not sure exactly what's needed to support netstandard but I'm guessing Windows Forms is not part of it. I'm planning to remove dependency on Windows Forms at some point so I guess it should be doable then.