OpenMacroBoard / StreamDeckSharp

A simple .NET wrapper for Stream Deck
MIT License
351 stars 47 forks source link

not working with .netcore3.1 #29

Closed det-peralta closed 3 years ago

det-peralta commented 3 years ago

I cannot use the dependency OpenMacroBoard.SDK on my .netcore, any plans to support this?

netcoreapp3.1

image

det-peralta commented 3 years ago

I find the problem when im installing StreamDeckSharp 2.2.0 nuget, it installs OpenMacroBoard.SDK 2.0.0 version.

SOLVED: i installed first OpenMacroBoard.SDK 2.1.0 and then StreamDeckSharp 2.2.0

Could be a problem with nuspec?

wischi-chr commented 3 years ago

Sorry took a while. The dependency on OpenMacroBoard was "theoretically" valid, that's why I did't catch it during development, but .NET has pretty strict rules what versions can be referenced. If the assembly is not strong-named only the exact version it was built against is allowed.

So the most recent update now uses strong-named assemblies.

Let me know if it works for you.