forked from bazel-contrib/rules_dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.json
75 lines (75 loc) · 2.76 KB
/
packages.json
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
69
70
71
72
73
74
75
{
"dependencies": {
"CommandLineParser": "2.3.0",
"Microsoft.NETCore.Platforms": "1.1.2",
"Microsoft.Web.Xdt": "2.1.2",
"Microsoft.Win32.Primitives": "4.3.0",
"NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "11.0.2",
"NuGet.Commands": "4.9.2",
"NuGet.Common": "4.9.4",
"NuGet.Configuration": "4.9.4",
"NuGet.Credentials": "4.9.4",
"NuGet.DependencyResolver.Core": "4.9.4",
"NuGet.Frameworks": "4.9.4",
"NuGet.LibraryModel": "4.9.4",
"NuGet.PackageManagement.NetStandard": "4.9.2",
"NuGet.Packaging": "4.9.4",
"NuGet.Packaging.Core": "4.9.4",
"NuGet.ProjectModel": "4.9.4",
"NuGet.Protocol": "4.9.4",
"NuGet.Resolver": "4.9.4",
"NuGet.Versioning": "4.9.4",
"System.AppContext": "4.3.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Console": "4.3.1",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Calendars": "4.3.0",
"System.IO": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.Compression.ZipFile": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Net.Http": "4.3.4",
"System.Net.Primitives": "4.3.1",
"System.Net.Sockets": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.6.0-preview.18571.3",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.1",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.2",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.1",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Timer": "4.3.0",
"System.Xml.ReaderWriter": "4.3.1",
"System.Xml.XDocument": "4.3.0",
"xunit": "2.4.1",
"xunit.abstractions": "2.0.3",
"xunit.analyzers": "0.10.0",
"xunit.assert": "2.4.1",
"xunit.core": "2.4.1",
"xunit.extensibility.core": "2.4.1",
"xunit.extensibility.execution": "2.4.1",
"xunit.runner.console": "2.4.1"
}
}