Microsoft | .net Framework V4.6.2
You can install .NET Framework 4.6.2 using one of two primary methods provided by Microsoft:
This is the least risky and most common path. microsoft .net framework v4.6.2
An app compiled for .NET Framework 4.8 will run on 4.6.2. The CLR and base class libraries in 4.8 contain features and APIs that do not exist in 4.6.2. You can install
While not fully .NET Standard 2.0 (that came with 4.7), 4.6.2 implemented much of .NET Standard 1.5, making it a viable target for libraries meant to be shared across UWP and classic desktop apps. microsoft .net framework v4.6.2
