-
Notifications
You must be signed in to change notification settings - Fork 135
/
paket.dependencies
49 lines (40 loc) · 2.49 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
source https://api.nuget.org/v3/index.json
storage: packages
nuget MathNet.Numerics ~> 4.7
nuget MathNet.Numerics.Signed ~> 4.7
nuget Newtonsoft.Json
nuget Protobuf-net
nuget System.Diagnostics.Contracts copy_local:true, lowest_matching, strategy:min
nuget Microsoft.CodeAnalysis.CSharp.Workspaces lowest_matching, strategy:min
nuget Microsoft.Composition lowest_matching, strategy:min
nuget Gu.Roslyn.Asserts lowest_matching, strategy:min
nuget System.Collections.Immutable lowest_matching, strategy:min
nuget System.Reflection.Metadata lowest_matching, strategy:min
nuget System.Buffers 4.5 lowest_matching, strategy:min
nuget System.Security.AccessControl 4.7 lowest_matching, strategy:min
// 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
// Benchmarks
nuget BenchmarkDotNet lowest_matching, strategy:min, framework:net461,netcoreapp3.1
nuget BenchmarkDotNet.Diagnostics.Windows content:none, lowest_matching, strategy:min, framework:net461,netcoreapp3.1
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