3 references to PlatformApis
xunit.console (3)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\RuntimeEnvironment.cs (3)
13
public static Platform OperatingSystemPlatform { get; } =
PlatformApis
.GetOSPlatform();
15
public static string OperatingSystemVersion { get; } =
PlatformApis
.GetOSVersion();
17
public static string OperatingSystem { get; } =
PlatformApis
.GetOSName();