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

Pin net6 branch #9051

Merged
merged 2 commits into from
Aug 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "3.0.44",
"Microsoft.Build.NoTargets": "3.3.0"
},
"sdk": {
"version": "6.0.302",
Copy link
Member Author

Choose a reason for hiding this comment

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

If you set this to 6.0.400-preview CI fails because CI only has GA installed which is 6.0.302

Once 6.0.400 is GA then we can bump.

Copy link
Member

Choose a reason for hiding this comment

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

hum, how is this updated with new sdk bumps coming from maestro? we install local versions of dotnet and workloads,

Copy link
Member Author

Choose a reason for hiding this comment

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

It doesn't really matter because I set

"rollForward": "latestMinor"

So dotnet is going to resolve to whatever the newest pre 7 version is.

If you pull down this PR and run

dotnet --version

It'll return 6.0.400-previewXXXX

"allowPrerelease": true,
"rollForward": "latestMinor"
}
}