summaryrefslogtreecommitdiff
path: root/src/.nuget/descriptions.json
blob: d4e61281c3c5f786475f30787e1a063899cdc601 (plain)
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
[
    {
        "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": "Contains IL Assembly tool",
        "CommonTypes": [ ]
    },
    {
        "Name": "Microsoft.NETCore.ILDAsm",
        "Description": "Contains IL Disassembly tool",
        "CommonTypes": [ ]
    }
]