jmalarcon / DotNetVersions

Command line tool that shows the currently installed "classic" .NET versions in your system

Home Page:https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Providing an .exe file / more details on how to run the project

tschomacker opened this issue · comments

Via the microsoft docs I found your project. It looks promising but I wasn't able to run the project. For me it would be helpful to have a directly executable file or a brief instruction on how I could get the project to run 🤓

Hi:

Maybe I'm missing something here, but you have an executable in the releases section of the repo.

Just download the ZIP file there, extract to any folder, and run the DotNetVersions.exe file on Windows. This is a version for the "classic" .NET framework, so it only works and make sense in Windows.

For .NET Core or .NET 5/6 there's no need for this because it's already included in the CLI:

dotnet --version

and it works multi-platform.

HTH