summaryrefslogtreecommitdiff
path: root/src/.nuget/descriptions.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/.nuget/descriptions.json')
-rw-r--r--src/.nuget/descriptions.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/.nuget/descriptions.json b/src/.nuget/descriptions.json
new file mode 100644
index 0000000000..640ff0251f
--- /dev/null
+++ b/src/.nuget/descriptions.json
@@ -0,0 +1,42 @@
+[
+ {
+ "Name": "RuntimePackage",
+ "Description": "Internal implementation package not meant for direct consumption. Please do not reference directly.",
+ "CommonTypes": [ ]
+ },
+ {
+ "Name": "NuGet3MinVersion",
+ "Description": "When using NuGet 3.x this package requires at least version {0}.",
+ "CommonTypes": [ ]
+ },
+ {
+ "Name": "Microsoft.NETCore.Runtime.CoreCLR",
+ "Description": "The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.",
+ "CommonTypes": [ ]
+ },
+ {
+ "Name": "Microsoft.TargetingPack.Private.CoreCLR",
+ "Description": "Contains a private targeting pack which contains only the CoreCLR mscorlib reference assembly. Used for producing platform specific libraries such as facades.",
+ "CommonTypes": [ ]
+ },
+ {
+ "Name": "Microsoft.NETCore.ILAsm",
+ "Description": "The .NET IL Assembler.",
+ "CommonTypes": [ ]
+ },
+ {
+ "Name": "Microsoft.NETCore.ILDAsm",
+ "Description": "The .NET IL Disassembler.",
+ "CommonTypes": [ ]
+ },
+ {
+ "Name": "Microsoft.NETCore.Jit",
+ "Description": "The .NET JIT compiler.",
+ "CommonTypes": [ ]
+ },
+ {
+ "Name": "Microsoft.NETCore.TestHost",
+ "Description": "CoreCLR application host for test applications",
+ "CommonTypes": [ ]
+ }
+]