https://github.com/thomaslevesque/cleanupnetcoresdk
A tool to remove outdated .NET Core SDKs
https://github.com/thomaslevesque/cleanupnetcoresdk
Last synced: about 1 year ago
JSON representation
A tool to remove outdated .NET Core SDKs
- Host: GitHub
- URL: https://github.com/thomaslevesque/cleanupnetcoresdk
- Owner: thomaslevesque
- Created: 2019-06-14T13:48:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T13:58:56.000Z (about 7 years ago)
- Last Synced: 2025-01-30T07:43:20.829Z (over 1 year ago)
- Language: C#
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CleanUpNetCoreSdk
A tool to remove outdated .NET Core SDKs.
Keeps only the latest version for each minor version.
For instance, if you have the following SDK versions:
- 2.1.200
- 2.1.500
- 2.1.501
- 2.1.700
- 2.2.101
- 2.2.107
- 2.2.300
- 3.0.100-preview2
- 3.0.100-preview3
- 3.0.100-preview5
The tool will remove everything except:
- The latest 2.1.x version
- The latest 2.2.x version
- The latest 3.0.x preview version
Different bitness (x86/x64) are considered separately, as well as prerelease and stable versions.
The tool will show what it's going to do and give you an opportunity to proceed before actually making any change.