-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Target .NET Standard 2.0 to Support .NET Core Build #222
Comments
This is not possible since there is no |
Sorry, you indeed can't target .NET Standard with a WinForms project, but you need to target .NET Core directly instead: It would therefore be great if you could (additionally to .NET Framework) also target .NET Core with your library. Thanks! |
Would you be interested in sending a PR? |
Done here: It was in fact much simpler than I thought as the code compiled without any problems under .NET 3.1 without any code changes needed: |
Thank you. I'll look into this today. Just a quick comment though. I thought it was possible to target multiple frameworks in a single |
Did you have the chance to take a look on this, @oozcitak? Actually it might be best to provide a Core version of ImageListView as a separate NuGet package or what do you think? |
Do you consider to change the target framework to .NET Standard 2.0 to also support .NET Core using this library?
The text was updated successfully, but these errors were encountered: