Is there an easy way to determine the version of dotnet core that is installed? Our application currently needs dotnet 4.8, and I use a simple system search on HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full to determine the val...