Skip to content

Commit 109daca

Browse files
committed
Merge branch 'master' of https://github.com/fsharp/FSharp.Compiler.Service into fsharp4
2 parents 9da8378 + c9ac22c commit 109daca

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/tools/generate.fsx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,9 @@ let info =
2020
// For typical project, no changes are needed below
2121
// --------------------------------------------------------------------------------------
2222

23-
#I "../../packages/FSharpVSPowerTools.Core/lib/net45"
24-
#I "../../packages/FSharp.Formatting/lib/net40"
25-
#I "../../packages/FSharp.Compiler.Service/lib/net45"
23+
#load "../../packages/FSharp.Formatting/FSharp.Formatting.fsx"
2624
#I "../../packages/FAKE/tools"
27-
#r "FSharpVSPowerTools.Core.dll"
28-
#r "System.Web.Razor.dll"
29-
#r "FakeLib.dll"
30-
#r "FSharp.Compiler.Service.dll"
31-
#r "RazorEngine.dll"
32-
#r "FSharp.Literate.dll"
33-
#r "FSharp.CodeFormat.dll"
34-
#r "FSharp.MetadataFormat.dll"
25+
#r "../../packages/FAKE/tools/FakeLib.dll"
3526
open Fake
3627
open System.IO
3728
open Fake.FileHelper

0 commit comments

Comments
 (0)