How to Use a Specific Version of the Dotnet Command
By default, dotnet runs the newest version that it finds on our machine. While most of the time that is not a problem, it looks a bit different when a new version of .Net is out. Then we may not yet be ready to upgrade and wish to use the older .Net version. But how can we do that?