Skip to content

Commit ae39fd1

Browse files
committed
Prevent use of ProjectCrackerTool internals
1 parent a0641f5 commit ae39fd1

File tree

1 file changed

+1
-1
lines changed
  • src/fsharp/FSharp.Compiler.Service.ProjectCrackerTool

1 file changed

+1
-1
lines changed

src/fsharp/FSharp.Compiler.Service.ProjectCrackerTool/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ open System.Reflection
99
open System.Runtime.Serialization.Formatters.Binary
1010
open System.Runtime.Serialization.Json
1111

12-
module Program =
12+
module internal Program =
1313
let runningOnMono =
1414
try match System.Type.GetType("Mono.Runtime") with null -> false | _ -> true
1515
with e -> false

0 commit comments

Comments
 (0)