Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ManagementScope.cs
  • Loading branch information
ViktorHofer authored and github-actions committed Mar 16, 2023
commit 8f2c9a59fccc969191cf54ecde62617edb3504e2
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ static WmiNetUtilsHelper()
string netFrameworkInstallRoot = (string)netFrameworkSubKey?.GetValue(RuntimeInformation.ProcessArchitecture == Architecture.Arm64 ?
"InstallRootArm64" :
"InstallRoot");

if (netFrameworkInstallRoot == null)
{
// In some Windows versions, like Nano Server, the .NET Framework is not installed by default.
Expand Down