forked from mkaring/ConfuserEx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
paket.dependencies
68 lines (57 loc) · 2.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
storage: symlink
framework: net461, net472, netcoreapp2.2, netstandard2.0
source https://api.nuget.org/v3/index.json
source https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json
nuget Antlr4 ~> 4.6
nuget dnlib ~> 3.3
nuget Humanizer.Core ~> 2.7
nuget K4os.Compression.LZ4 = 1.1.11
nuget Microsoft.Build.Tasks.Core ~> 15
nuget Microsoft.CodeAnalysis.FxCopAnalyzers copy_local: true
nuget Microsoft.Extensions.CommandLineUtils ~> 1.1
nuget Microsoft.Extensions.DependencyInjection ~> 3.0
nuget Microsoft.Extensions.DependencyInjection.Abstractions ~> 3.0
nuget Microsoft.Extensions.Logging ~> 3.0
nuget Microsoft.Extensions.Logging.Abstractions ~> 3.0
nuget Microsoft.Extensions.Logging.Console ~> 3.0
nuget Microsoft.Win32.Registry ~> 4
nuget MvvmLightLibs ~> 5.4
nuget Nerdbank.GitVersioning copy_local: true
nuget NuGet.Frameworks ~> 5
nuget System.Collections.Immutable ~> 1.6
nuget System.ComponentModel ~> 4
nuget System.ComponentModel.Composition ~> 4
nuget System.Console ~> 4
nuget System.Diagnostics.Debug ~> 4
nuget System.Diagnostics.Tools ~> 4
nuget System.IO.Packaging ~> 4
nuget System.Linq ~> 4
nuget System.Reflection.Emit.Lightweight ~> 4
nuget System.Runtime.Extensions ~> 4
nuget System.Security.Cryptography.Algorithms ~> 4
nuget System.Text.RegularExpressions ~> 4
nuget System.ValueTuple ~> 4
nuget System.Xml.XmlDocument ~> 4
group Runtime
storage: none
framework: auto-detect
source https://api.nuget.org/v3/index.json
nuget Microsoft.NETFramework.ReferenceAssemblies ~> 1
github MiloszKrajewski/K4os.Compression.LZ4:1.1.11 src/K4os.Compression.LZ4/Engine/LZ4_xx.cs
group Test
storage: none
framework: auto-detect
source https://api.nuget.org/v3/index.json
nuget ApprovalTests ~> 4.3
nuget coverlet.collector ~> 1
clitool dotnet-xunit ~> 2.3
nuget Microsoft.NET.Test.Sdk ~> 16
nuget Moq ~> 4.11
nuget xunit ~> 2.4
nuget xunit.runner.visualstudio ~> 2.4
group TestTarget
storage: none
framework: >= net20
source https://api.nuget.org/v3/index.json
nuget Microsoft.NETFramework.ReferenceAssemblies ~> 1
nuget System.Text.RegularExpressions ~> 4 framework: >= net45