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

Upgrade to 3.0 RTM packages and SDKs #426

Merged
merged 2 commits into from
Sep 23, 2019
Merged

Upgrade to 3.0 RTM packages and SDKs #426

merged 2 commits into from
Sep 23, 2019

Conversation

NickCraver
Copy link
Member

This bumps versioning off pre-release packages for the .NET Core 3.0 release today.

global.json Outdated
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "3.0.100-preview9-014004"
"version": "3.0.100",
"rollForward": "latestFeature"
Copy link

@ctyar ctyar Sep 23, 2019

Choose a reason for hiding this comment

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

Is latestFeature a valid value here?
The docs only mention these:
Disable, LatestPatch, Minor, LatestMinor, Major, LatestMajor

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 question! I'm honestly not sure - see https://github.com/dotnet/designs/pull/71/files#examples-of-usage which is still unclear. I'm okay with latestMajor anyway (and we can tweak this any time) - so let's go with that :)

Note the docs for CLI are not the same as global.json :)

I think this is what we want anyway, and docs are as yet unclear: https://github.com/dotnet/designs/pull/71/files#examples-of-usage ...so let's just go with it.
@NickCraver NickCraver merged commit c940f0f into master Sep 23, 2019
@NickCraver NickCraver deleted the craver/3.0-rtm branch September 23, 2019 23:20
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