Skip to content

Can I retarget and compile to .NET 7? #5

Discussion options

You must be logged in to vote

Hi @michaellashinsky, I am planning to multi-target the plugin in the next few weeks (and automate the build and release process).

The only gotcha is the Synchronization library: .NET 7 and .NET Framework differ significantly here regarding mutex access control. (The mutex is not technically required for this plugin, but I implemented it to provide interoperability for others and it's the same implementation used in my CorsairLink plugin.)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@michaellashinsky
Comment options

Answer selected by michaellashinsky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants