You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't need the Extras when using the .NET Core 3.x SDK for targeting Windows Forms. Just make sure you have "UseWindowsForms" set to true in your project file.
To be able to use Windows Forms or WPF in .NET Core, we are asked to use:
Which conflicts with
MsBuild.Sdk.Extras
.Do you have any suggestions on how to take advantage of both of these technologies?
The text was updated successfully, but these errors were encountered: