You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/FSharp.Compiler.Service.netcore/project.json
+18-21Lines changed: 18 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"Microsoft Corporation",
6
6
"Dave Thomas",
7
7
"Anh-Dung Phan",
8
-
"Tomas Petricek",
8
+
"Tomas Petricek"
9
9
],
10
10
"copyright": "",
11
11
"description": "The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications.",
0 commit comments