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

Manually Uninstall .NET Core SDK 2.2.0-Preview and 15.5.0-Preview Nightly Builds #57

Open
KathleenDollard opened this issue Feb 21, 2018 · 0 comments

Comments

@KathleenDollard
Copy link

KathleenDollard commented Feb 21, 2018

Manually Uninstall .NET Core SDK 2.2.0-Preview and 15.5.0-Preview Nightly Builds

A change in the version number strategy for .NET Core SDK resulted in some nightly builds having a higher version number. This higher version number will block the installation of the correct .NET Core SDK.

If you have installed nightly builds of the .NET Core SDK that start with version number that begin with 2.2.0-preview1 or 15.5.0-preview, you must manually uninstall these preview builds before later versions of the SDK with version numbers like 2.1.xxx will be available. This may have occurred by installing nightly builds of the .NET Core SDK or concurrent nightly builds of Visual Studio previews.

Discussion

Please share your thoughts on this change and see what others are saying at:

dotnet/cli #8652

Details

We changed the version number strategy for .NET Core SDK as development was ongoing. Because of this, version numbers on the old scheme appeared in nightly builds. Unfortunately, these numbers are higher than the version numbers in the new scheme. All of the newer SDKs for .NET Core 2.1 will be ignored due to this higher version number; this includes newer nightly builds, public previews and eventual releases.

These older version numbers are similar to the following, with the last several different values in the last six digits:

2.2.0-preview1-008000
15.5.0-preview-007082

Since the newer versions are in the form:

2.1.300-preview1-008000

Call to Action

If you have installed nightly builds, please uninstall any .NET SDK versions that start with 2.2.0-preview1 or 15.5.0-preview.

@dotnet dotnet locked and limited conversation to collaborators Feb 21, 2018
@KathleenDollard KathleenDollard changed the title Manually Uninstall .NET Core SDK 2.2.0-Preview Nightly Builds Manually Uninstall .NET Core SDK 2.2.0-Preview and 15.5.0-Preview Nightly Builds Feb 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant