-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Remove unsupported TFM's from SupportedTargetFramework. #1578
Conversation
vatsan-madhavan
commented
Aug 8, 2019
- Addresses Remove .NETCore <3.0 as SupportedTargetFrameworks for WinForms and WPF #1567
- Completes work started in Remove .NETCore <3.0 as SupportedTargetFrameworks for WinForms and WPF sdk#3438
- Removes unsupported TFM's from SupportedTargetFramework.
- Completes work started in dotnet/sdk#3438 Removes unsupported TFM's from SupportedTargetFramework.
I decided to start this PR before the definition for @peterhuene I can give you a privately build WindowsDesktop SDK based on this change - would you able to help test this with VS? |
I've tested it in VS with my original suggestion (without the condition you added to the group) with a manually modified WindowsDesktop SDK. I can retest with this PR's contents too. |
That's really the interesting portion. Take a WPF or Windows Forms app, remove |
I'll test that out. |
Without |
That's what I would expect. The warning is suppressible and we designed it that way to enable certain scenarios.
great! Would you mind testing to see what happens when you set TFM to netcoreapp2.2. in your project by hand? This is clearly not natural scenario, but I think it can happen when using MSBuild SDK Extras etc. indirectly. |
I get the full list of .NET Core App target frameworks in the project properties (after reload). |
Perfect! Thank you! |
I'll review as soon as Nick gets back to me regarding what we want to do with the .NET Framework values. |
/cc @merriemcgaw FYI. |
@peterhuene, I've updated incorporating exclusions for netfx. |