forked from bazel-contrib/rules_dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.json
42 lines (42 loc) · 1.34 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
{
"dependencies": {
"CommandLineParser": "2.3.0",
"Microsoft.Web.Xdt": "2.1.2",
"Newtonsoft.Json": "11.0.2",
"NuGet.Commands": "4.8.0",
"NuGet.Common": "4.8.0",
"NuGet.Configuration": "4.8.0",
"NuGet.Credentials": "4.8.0",
"NuGet.DependencyResolver.Core": "4.8.0",
"NuGet.Frameworks": "4.8.0",
"NuGet.LibraryModel": "4.8.0",
"NuGet.PackageManagement": "4.8.0",
"NuGet.Packaging": "4.8.0",
"NuGet.Packaging.Core": "4.8.0",
"NuGet.ProjectModel": "4.8.0",
"NuGet.Protocol": "4.8.0",
"NuGet.Resolver": "4.8.0",
"NuGet.Versioning": "4.8.0",
"System.Collections": "4.3.0",
"System.Console": "4.3.1",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.TypeExtensions": "4.5.1",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "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"
}
}