ExtensionDsLab/paket.dependencies

28 lines
707 B
Plaintext
Raw Normal View History

framework: >= net45
2017-06-24 15:00:08 +00:00
source https://nuget.org/api/v2
# The setting below means your libraries will assume a minimum target of .NET 4.5 + F# 4.0.
#
# To increase the minimum assumed .NET Framework, change the TargetFrameworkVersion in the .fsproj project files.
#
# To increase the minimum assumed F# version to F# 4.1, change to
# nuget FSharp.Core ~> 4.1.0 redirects: force
nuget FSharp.Core ~> 4.0.0.1 redirects: force
2017-08-06 17:02:37 +00:00
nuget FsLab
nuget Mysql.Data
2017-08-06 17:08:14 +00:00
nuget SQLProvider
group Build
source https://nuget.org/api/v2
nuget FAKE
nuget FSharp.Formatting
github fsharp/FAKE modules/Octokit/Octokit.fsx
group Test
source https://nuget.org/api/v2
nuget NUnit ~> 2
2017-08-06 17:02:37 +00:00
nuget NUnit.Runners ~> 2