How can I check which .NET versions I have?
SurePassID requires certain versions of .NET Framework; here's how to check which one(s) you have installed already.
You can check which version(s) of .NET you have installed using instructions from this article:
From a command prompt, use these options to check for SDKs and/or Runtimes:
For SDKs: dotnet --list-sdks
For Runtimes: dotnet --list-runtimes
Instructions for selecting and installing Runtimes or SDKs: