Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Apr 5, 2016
1 parent 22a31ec commit ee5a7af
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 @@ -11,7 +11,7 @@ let solution =
"./TypeAlias.sln" "Release"
[ { emptyProject with Name = "TypeAlias"
Folder = "./core/TypeAlias"
Dependencies=[("NetLegacySupport.ConcurrentDictionary", "")] } ]
Dependencies=[("NetLegacySupport.ConcurrentDictionary", "1.1.0")] } ]

Target "Clean" <| fun _ -> cleanBin

Expand Down

0 comments on commit ee5a7af

Please sign in to comment.