Skip to content

Conversation

@NikolaMilosavljevic
Copy link
Member

Contributes to: dotnet/source-build#3170

Backport of changes in dotnet/installer#18478

Description

Each .NET repo needs to specify all used SDKs in global.json file. This change adds the missing SDK.

@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Jan 31, 2024
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24080.3",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24080.3"
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24080.3",
"Microsoft.Build.NoTargets": "3.7.0"
Copy link
Member

@ViktorHofer ViktorHofer Jan 31, 2024

Choose a reason for hiding this comment

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

Where is the NoTargets msbuild sdk used in this repo? How did this work without this entry before?

Copy link
Member Author

Choose a reason for hiding this comment

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

<Project Sdk="Microsoft.Build.NoTargets/3.7.0">

Copy link
Member

Choose a reason for hiding this comment

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

Got it. Shouldn't this PR also remove that explicit version there?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good call - I was thinking of that as well - will do.

Copy link
Member Author

Choose a reason for hiding this comment

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

Pushed the update to this PR with a fix for this.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks. Please do the same in the other PRs as well.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure - will update razor PR soon: dotnet/razor#9886

@ViktorHofer ViktorHofer merged commit 284940e into dotnet:main Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants