[Arm64] Add full barrier after locking operations (#17567)
[platform/upstream/coreclr.git] / src / .nuget / descriptions.json
1 [
2     {
3         "Name": "RuntimePackage",
4         "Description": "Internal implementation package not meant for direct consumption.  Please do not reference directly.",
5         "CommonTypes": [ ]
6     },
7     {
8         "Name": "NuGet3MinVersion",
9         "Description": "When using NuGet 3.x this package requires at least version {0}.",
10         "CommonTypes": [ ]
11     },
12     {
13         "Name": "Microsoft.NETCore.Runtime.CoreCLR",
14         "Description": "The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.",
15         "CommonTypes": [ ]
16     },
17     {
18         "Name": "Microsoft.TargetingPack.Private.CoreCLR",
19         "Description": "Contains a private targeting pack which contains only the CoreCLR System.Private.CoreLib reference assembly. Used for producing platform specific libraries such as facades.",
20         "CommonTypes": [ ]
21     },
22     {
23         "Name": "Microsoft.NETCore.ILAsm",
24         "Description": "The .NET IL Assembler.",
25         "CommonTypes": [ ]
26     },
27     {
28         "Name": "Microsoft.NETCore.ILDAsm",
29         "Description": "The .NET IL Disassembler.",
30         "CommonTypes": [ ]
31     },
32     {
33         "Name": "Microsoft.NETCore.Jit",
34         "Description": "The .NET JIT compiler.",
35         "CommonTypes": [ ]
36     },
37     {
38         "Name": "Microsoft.NETCore.TestHost",
39         "Description": "CoreCLR application host for test applications",
40         "CommonTypes": [ ]
41     },
42     {
43         "Name": "Microsoft.NETCore.Native",
44         "Description": "Native shims for .NET Core runtime",
45         "CommonTypes": [ ]
46     }
47 ]