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 a0641f5 commit ae39fd1Copy full SHA for ae39fd1
src/fsharp/FSharp.Compiler.Service.ProjectCrackerTool/Program.fs
@@ -9,7 +9,7 @@ open System.Reflection
9
open System.Runtime.Serialization.Formatters.Binary
10
open System.Runtime.Serialization.Json
11
12
-module Program =
+module internal Program =
13
let runningOnMono =
14
try match System.Type.GetType("Mono.Runtime") with null -> false | _ -> true
15
with e -> false
0 commit comments