Skip to content

Commit

Permalink
Update build.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Apr 5, 2016
1 parent edc56aa commit 5c57325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Expand Up @@ -229,7 +229,7 @@ Target "NuGet" (fun _ ->
Dependencies =
[ // From experience they always break something at the moment :(
"FSharpVSPowerTools.Core", GetPackageVersion "packages" "FSharpVSPowerTools.Core" |> RequireRange BreakingPoint.Minor
"FSharp.Compiler.Service", "[2.0.0.3]" // GetPackageVersion "packages" "FSharp.Compiler.Service" |> RequireRange BreakingPoint.Minor
"FSharp.Compiler.Service", "[2.0.0.6]" // GetPackageVersion "packages" "FSharp.Compiler.Service" |> RequireRange BreakingPoint.Minor
] })
"nuget/FSharp.Formatting.nuspec"

Expand Down

0 comments on commit 5c57325

Please sign in to comment.