Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.net 5.0 support #17

Open
Shashank066 opened this issue Jun 6, 2021 · 1 comment
Open

.net 5.0 support #17

Shashank066 opened this issue Jun 6, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Shashank066
Copy link

Trying to use it in a .net 5.0 project. While resolving "Hotkey", the below error happens:

CS0012: The type 'Keys' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Windows.Forms', Version = 4.0.0.0

Any workaround for using in .net 5.0 ?

@Willy-Kimura
Copy link
Owner

It's not yet officially supporting .Net 5.0.

For now, try migrating the project to the SDK style format then include .Net 5.0 support.

@Willy-Kimura Willy-Kimura added the enhancement New feature or request label Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants