Skip to content

Conversation

@marcpopMSFT
Copy link
Member

@marcpopMSFT marcpopMSFT commented Sep 15, 2022

Description

The 5.0 runtime went out of support in May. At the time, we discussed when to add the warning message to customer builds when targeting 5.0. We decided it made sense to align that with the next major release so we're planning on doing this for the November releases: #27943

Customer Impact

Customer will get a build warning for any project that targets 5.0.

Regression

No

Risk

Low. Customers can add CheckEolTargetFramework=false to avoid this warning.

Testing

Automated

@ghost
Copy link

ghost commented Sep 15, 2022

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

-->
<ItemGroup>
<_EolNetCoreTargetFrameworkVersions Include="1.0;1.1;2.0;2.1;2.2;3.0" />
<_EolNetCoreTargetFrameworkVersions Include="1.0;1.1;2.0;2.1;2.2;3.0;5.0" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Customers consider new warnings in existing products to be highly impactful. We included a 2.1 warning the month after it went out of support and got a lot of feedback. After discussion internally when 5.0 went out of support, we decided to delay turning on this warning for 6 months after 5.0 went out of support to align with our 7.0 release to give customers more time before we rolled out the warning. I expect 3.1 will also be delayed by a few months before we add that warning.

@marcpopMSFT marcpopMSFT merged commit 2e791e6 into release/7.0.1xx-rc2 Sep 19, 2022
@marcpopMSFT marcpopMSFT deleted the marcpopMSFT-warnonoostargeting branch September 19, 2022 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants