|
|
|
|
|
by neonsunset
765 days ago
|
|
.NET is not a subject to the insanity that is managing host-installed dependencies in and versions of Python. For SDKs themselves, they are installed in a canonical path, and only a single (latest) executable exists in path, called "muxer", also working as front-end for all commands. It then can choose corresponding SDK and runtime dependencies installed in subfolders depending on a situation. You can easily do sudo apt install dotnet-sdk-8/7/6.0 in any order and it will "just work". |
|