Skip to content

Commit

Permalink
Merge pull request #212 from CumpsD/patch-1
Browse files Browse the repository at this point in the history
Fix FSharp.Formatting and FSharp.Compiler.Service
  • Loading branch information
forki committed Oct 14, 2015
2 parents 1077573 + ab1dcfb commit c209fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/generate.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let info =
// For typical project, no changes are needed below
// --------------------------------------------------------------------------------------

#I "../../packages/FAKE/tools/"
#load "../../packages/FSharp.Formatting/FSharp.Formatting.fsx"
#I "../../packages/FAKE/tools/"
#r "NuGet.Core.dll"
#r "FakeLib.dll"
open Fake
Expand Down

0 comments on commit c209fca

Please sign in to comment.