-
Notifications
You must be signed in to change notification settings - Fork 25
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
Windows support #32
base: next
Are you sure you want to change the base?
Windows support #32
Conversation
Cool, thanks for the PR! Will take a bit of time before I can review and merge this, thanks for your patience. net472 was there for Homebrew, which only had mono and no proper net5.0/net6.0 support. Now there's a dotnet formula for Homebrew, so I'll hopefully get it working with net6.0, Homebrew and dotnet. |
Hey, I released v2.11.0 as preparation for the windows support, to remove net472 support and move everything to net6.0. I've also merged your PR into the windows branch and added some fixes and changes. Most notably:
Outstanding issues:
Feel free to update your PR if you have further changes. I also appreciate anyone testing the windows branch. |
Added Windows support to the project.
Had to remove net472 support and go directly to net6, so I'm not sure if Mac support still works.