We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189852c commit 78bd645Copy full SHA for 78bd645
src/runtime/runtime.cs
@@ -117,7 +117,7 @@ public class Runtime
117
{ "Windows", OperatingSystemType.Windows },
118
{ "Darwin", OperatingSystemType.Darwin },
119
{ "Linux", OperatingSystemType.Linux },
120
- }
+ };
121
122
[Obsolete]
123
public static string OperatingSystemName => Enum.GetName(typeof(OperatingSystemType), OperatingSystem);
0 commit comments