-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Make the DemoConsole application multi-targeted to both .NET and .NET Framework #12830
Comments
@Tanya-Solyanik @LeafShi1 @Epica3055 I created PR #12885 to show my current approach for making However, the build fails with the following errors:
It looks like some dependencies aren't resolving correctly for Is there an existing approach for handling this, or should we explore alternative strategies? |
It does not have to be net462, it could be 4.8.1 to test against the latest. Does the version make a difference? |
.NET version
10.0.100-alpha.1.25072.10
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not an issue, need to modify DemoConsole application with multi-targeted
Issue description
Make the DemoConsole application in Winforms repo multi-targeted to both .NET and .NET Framework so that we can validate where we've got regressions from NetFX
The text was updated successfully, but these errors were encountered: