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

Use single .NET SDK version in pipelines #13719

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

MrJul
Copy link
Member

@MrJul MrJul commented Nov 23, 2023

What does the pull request do?

This PR ensures that the same .NET 7.0 SDK version is used in all build pipelines and on developer machines, by using global.json as the single source of truth.

.NET 6 is installed as runtime only (to run tests), making it clearer that the .NET 6 SDK isn't used (and saving a few seconds of installation time).

What is the current behavior?

Multiple different SDK versions (7.0.101, 7.0.402) are used.
6 different locations in 3 files must be edited to change the SDK everywhere.

@MrJul MrJul marked this pull request as ready for review November 24, 2023 00:30
@jmacato jmacato added this pull request to the merge queue Nov 24, 2023
Merged via the queue into AvaloniaUI:master with commit 62b7eb4 Nov 24, 2023
6 checks passed
@MrJul MrJul deleted the fix/single-sdk-version branch November 24, 2023 10:39
@robloo robloo mentioned this pull request Dec 30, 2023
3 tasks
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.

2 participants