3 references to OperatingSystemVersion
dotnet (3)
CommandLineInfo.cs (1)
47
Reporter.Output.WriteLine($" OS Version: {RuntimeEnvironment.
OperatingSystemVersion
}");
ParserOptionActions.cs (1)
148
Reporter.Output.WriteLine($" OS Version: {RuntimeEnvironment.
OperatingSystemVersion
}");
Telemetry\TelemetryCommonProperties.cs (1)
58
{ OSVersion, RuntimeEnvironment.
OperatingSystemVersion
},