patrick-king / powershell-scripts

0 stars 0 forks source link

Script to remove old .NET SDK Installs #1

Open patrick-king opened 4 years ago

patrick-king commented 4 years ago

It would be nice to have a script that could look at a list of valid .NET SDK versions, and remove all other versions on the local machine.

patrick-king commented 4 years ago

This could be a powershell script that calls for a list of supported versions stored in Azure Storage with public access. Or it could just scrape the GitHub page of .NET SDK's to get the supported versions. V1 will leverage a hard-coded array of supported versions. Then we can expand if time permits.