Skip to content

Commit

Permalink
Merge pull request #345 from tpetricek/forki-patch-1
Browse files Browse the repository at this point in the history
Allow all 1.3.x versions of FCS
  • Loading branch information
tpetricek committed Oct 12, 2015
2 parents d34bcdc + c0c359e commit d810b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Target "NuGet" (fun _ ->
Publish = hasBuildParam "nugetkey"
Dependencies =
[ "FSharpVSPowerTools.Core", GetPackageVersion "packages" "FSharpVSPowerTools.Core" |> RequireExactly
"FSharp.Compiler.Service", GetPackageVersion "packages" "FSharp.Compiler.Service" |> sprintf "[%s,1.3]" ] })
"FSharp.Compiler.Service", GetPackageVersion "packages" "FSharp.Compiler.Service" |> sprintf "[%s,1.4)" ] })
"nuget/FSharp.Formatting.nuspec"
NuGet (fun p ->
{ p with
Expand Down

0 comments on commit d810b17

Please sign in to comment.