1 | initial version |
Hello,
what version of .NET are you referring to? You can install the .NET 3.5 framework by enabling the NET-Framework-Core feature:
Install-WindowsFeature NET-Framework-Core
You can install the .NET 4.5 framework by enabling the NET-Framework-Core feature:
Install-WindowsFeature NET-Framework-45-Core
Thank you.