4 changed files with 16 additions and 8 deletions
@ -1,16 +1,23 @@ |
|||
source http://nuget.org/api/v2 |
|||
|
|||
# Core Dependencies |
|||
nuget FSharp.Core.Microsoft.Signed ~> 3.1.1 |
|||
nuget FSharp.Core.4.3.0.0.Microsoft.Signed ~> 3.0.0 |
|||
nuget TaskParallelLibrary 1.0.2856.0 |
|||
|
|||
nuget FAKE ~> 3.5 |
|||
nuget NUnit.Runners ~> 2.6 |
|||
nuget FSharp.Formatting !~> 2.4 |
|||
nuget NUnit ~> 2.6 |
|||
nuget FsUnit ~> 1.3 |
|||
|
|||
# Data Dependencies |
|||
nuget MathNet.Numerics 3.0.0 |
|||
|
|||
# Benchmark Dependencies |
|||
nuget BenchShark 1.0.0 |
|||
nuget ConsoleDump 0.6.0.1 |
|||
|
|||
# Development Dependencies |
|||
nuget NUnit ~> 2.6 |
|||
nuget FsUnit ~> 1.3 |
|||
|
|||
# Tools |
|||
nuget FAKE ~> 3.5 |
|||
nuget NUnit.Runners ~> 2.6 |
|||
nuget FSharp.Formatting !~> 2.4 |
|||
nuget NuGet.CommandLine |
|||
|
|||
Binary file not shown.
Loading…
Reference in new issue