Skip to content
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

Update target frameworks for Microsoft.Microsoft.CodeAnalysis.EditorFeatures.Text #45023

Merged
merged 2 commits into from
Jun 10, 2020

Conversation

sharwell
Copy link
Member

No description provided.

@sharwell sharwell requested a review from a team as a code owner June 10, 2020 18:46
@sharwell sharwell requested a review from jasonmalinowski June 10, 2020 18:46
@@ -4,7 +4,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.Text</RootNamespace>
<TargetFrameworks>net472;netcoreapp3.0</TargetFrameworks>
<TargetFrameworks>$(RoslynPortableTargetFrameworks)</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

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

Personally I think we should go the other way and just delete this property. Having the property is only really valuable for the one time a year where we change the .NET Core TFM. That impacts basically ... me and it's a trivial search replace operation. The downside of having the property is it makes our projects look less like standard projects that customers define. I think it's clearer to just have the TF directly in the project file.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm fine going either way. However, any objection to filing a follow-up issue to inline this property since everything is currently uniform and the build passed?

Copy link
Member

Choose a reason for hiding this comment

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

That's fine by me

@sharwell sharwell merged commit 9165a53 into dotnet:master Jun 10, 2020
@ghost ghost added this to the Next milestone Jun 10, 2020
@sharwell sharwell deleted the netcore-editorfeatures-text branch June 10, 2020 22:36
@dibarbet dibarbet modified the milestones: Next, 16.7.P4 Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants