-
Notifications
You must be signed in to change notification settings - Fork 82
/
paket.dependencies
34 lines (29 loc) · 1.9 KB
/
paket.dependencies
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
source https://api.nuget.org/v3/index.json
storage: packages
nuget MathNet.Numerics ~> 4.7
nuget MathNet.Numerics.Signed ~> 4.7
nuget Microsoft.NETFramework.ReferenceAssemblies copy_local:true, framework:net40,net461
nuget System.ValueTuple lowest_matching, strategy:min, framework:net40,net461,netstandard1.3
// Testing
nuget NUnit ~> 3.0 framework:net461,netcoreapp3.1
nuget NUnitLite ~> 3.0 framework:net461,netcoreapp3.1
nuget Microsoft.NET.Test.Sdk ~> 16.4.0 lowest_matching, strategy:min
nuget NUnit3TestAdapter
nuget NETStandard.Library 2.0.3 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.Platforms 3.1.0 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.App 2.2.8 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.DotNetHost 3.1.1 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.DotNetAppHost 3.1.1 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.DotNetHostPolicy 3.1.1 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.DotNetHostResolver 3.1.1 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.Jit 2.0.8 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.Targets 2.0 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.Runtime.CoreCLR 2.0.8 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
nuget Microsoft.DotNet.PlatformAbstractions 3.1.1 lowest_matching, strategy:min, framework:netstandard2.0,netcoreapp3.1
group Build
source https://api.nuget.org/v3/index.json
storage: packages
nuget FAKE ~> 4.6
nuget NUnit.ConsoleRunner
nuget FSharp.Formatting !~> 2.4
nuget NuGet.CommandLine