Skip to content

Commit

Permalink
use correct new FCS 11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Feb 24, 2017
1 parent b2d53ea commit 41418c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/Bootstrap/Main.fs
Expand Up @@ -88,7 +88,7 @@ let RestorePackages () =
nuget "install Microsoft.CodeAnalysis.CSharp -version 1.3.2 -o packages -excludeVersion"
Directory.Move("packages/System.Collections.Immutable", "packages/System.Collections.Immutable.Roslyn")
Directory.Move("packages/System.Reflection.Metadata", "packages/System.Reflection.Metadata.Roslyn")
nuget "install FSharp.Compiler.Service -version 10.0.4 -o packages -excludeVersion -nocache"
nuget "install FSharp.Compiler.Service -version 11.0.4 -o packages -excludeVersion -nocache"
nuget "install System.Collections.Immutable -version 1.2.0.0 -o packages -excludeVersion -nocache"

[<EntryPoint>]
Expand Down

0 comments on commit 41418c6

Please sign in to comment.