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

Remove unnecessary XML headers from msbuild files #8054

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

ViktorHofer
Copy link
Member

Those aren't needed by msbuild and already got
removed in most other core stack repositories
like runtime.

Those aren't needed by msbuild and already got
removed in most other core stack repositories
like runtime.
@ViktorHofer ViktorHofer requested a review from a team as a code owner June 9, 2024 08:21
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Copy link
Member

Choose a reason for hiding this comment

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

Wonder if we should get rid of the ToolsVersion. That's for using .NET Framework AFAIK.

Copy link
Member Author

Choose a reason for hiding this comment

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

This file gets deleted in another PR and yet another PR removes all ToolsVersion attributes.

@ViktorHofer ViktorHofer enabled auto-merge (squash) June 9, 2024 17:51
@ViktorHofer ViktorHofer merged commit 7b3fb4f into main Jun 10, 2024
10 checks passed
@akoeplinger akoeplinger deleted the RemoveUnnecessaryXmlHeaderFromMSBuildFiles branch June 10, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants