Skip to content

Commit

Permalink
Fix FCS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Apr 5, 2016
1 parent f4a3119 commit 4ab6ca1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,6 @@
## 2.14.1 (5 April, 2016)
* Temporarily pin FSharp.Compiler.Service

## 2.13.6 (29 February, 2016)
- Added TypeScript to the CSharpFormat project (#386)

Expand Down
3 changes: 2 additions & 1 deletion build.fsx
Expand Up @@ -229,7 +229,8 @@ 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", GetPackageVersion "packages" "FSharp.Compiler.Service" |> RequireRange BreakingPoint.Minor ] })
"FSharp.Compiler.Service", "[2.0.0.3]" // GetPackageVersion "packages" "FSharp.Compiler.Service" |> RequireRange BreakingPoint.Minor
] })
"nuget/FSharp.Formatting.nuspec"

NuGet (fun p ->
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Expand Up @@ -10,7 +10,7 @@ nuget RazorEngine
nuget NUnit ~> 2
nuget NUnit.Runners ~> 2
nuget NuGet.CommandLine
nuget FSharp.Compiler.Service
nuget FSharp.Compiler.Service == 2.0.0.3
// See http://fsprojects.github.io/Paket/nuget-dependencies.html
// This basically means we need the lowest version for its dependencies (FSharp.Compiler.Service)
// Otherwise we get runtime errors without binding redirects
Expand Down
12 changes: 6 additions & 6 deletions paket.lock
Expand Up @@ -3,22 +3,22 @@ NUGET
remote: http://www.nuget.org/api/v2
specs:
CommandLineParser (1.9.71)
FAKE (4.19.0)
FAKE (4.22.8)
FSharp.Compiler.Service (2.0.0.3)
FSharp.Core (4.0.0.1)
FSharp.Data (2.2.5)
Zlib.Portable (>= 1.10.0) - framework: portable-net40+sl50+wp80+win80
FSharpVSPowerTools.Core (2.3.0)
Zlib.Portable (>= 1.10) - framework: portable-net40+sl50+wp80+win80
FSharpVSPowerTools.Core (2.3)
FSharp.Compiler.Service (>= 2.0.0.3)
ILRepack (2.0.10)
Microsoft.AspNet.Razor (3.2.3)
NuGet.CommandLine (3.3.0)
NuGet.CommandLine (3.3)
NUnit (2.6.4)
NUnit.Runners (2.6.4)
RazorEngine (3.7.7)
Microsoft.AspNet.Razor (>= 3.0.0) - framework: >= net45
Microsoft.AspNet.Razor (>= 3.0) - framework: >= net45
Microsoft.AspNet.Razor (2.0.30506) - framework: net40
Zlib.Portable (1.11.0) - framework: portable-net40+sl50+wp80+win80
Zlib.Portable (1.11) - framework: portable-net40+sl50+wp80+win80
GITHUB
remote: matthid/Yaaf.FSharp.Scripting
specs:
Expand Down

0 comments on commit 4ab6ca1

Please sign in to comment.