dn-vm / dnvm

dnvm is a command-line interface for installing and updating different dotnet SDKs
https://dnvm.net
MIT License
59 stars 8 forks source link

Install preview SDKs to the default folder #111

Closed agocke closed 10 months ago

agocke commented 10 months ago

Previously, preview versions were installed to the 'preview' folder to separate from the release versions. There are drawbacks to installing in the same folder, but they can mostly be addressed by using global.json. Using one folder is also preferred for the official product, so this matches the expected product layout.