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

Allow rollForward to next .net major version in global.json #2339

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

tbolon
Copy link
Contributor

@tbolon tbolon commented Feb 9, 2022

The current global.json file is locked to a specific (and outdated) SDK version.

global.json offers the possibility to specify a SDK version but allow using a more recent version with the same major version number.

Fix #2340

@@ -1,5 +1,6 @@
{
"sdk": {
"version": "6.0.100-rc.2.21505.57"
"version": "6.0.100-rc.2.21505.57",
Copy link
Collaborator

Choose a reason for hiding this comment

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

RC2 isn't supported anymore, so might as well change this to one of the stable .NET 6 SDKs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I didn't want to change anything else, so I let it as-is.

@domaindrivendev domaindrivendev merged commit c7d580a into domaindrivendev:master Feb 9, 2022
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.

Allow rollForward to next .net major version in global.json
3 participants