We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de0993 commit eb679aeCopy full SHA for eb679ae
LibGit2Sharp/Core/Platform.cs
@@ -23,7 +23,7 @@ public static OperatingSystemType OperatingSystem
23
return OperatingSystemType.Windows;
24
}
25
26
- if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
+ if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux) || RuntimeInformation.IsOSPlatform(OSPlatform.FreeBSD))
27
{
28
return OperatingSystemType.Unix;
29
0 commit comments