Welcome to mirror list, hosted at ThFree Co, Russian Federation.

descriptions.json « pkg - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37d5295b3ca81fb874e774952cf4edbf379de950 (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
33
34
35
36
37
[
  {
    "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.TargetingPack.Private.CoreRT",
    "Description": "Provides a set of core libraries that CoreRT specific implementations of upstack libraries depend on." ,
    "CommonTypes": [],
  },
  {
    "Name": "Microsoft.DotNet.CoreRT.Targets",
    "Description": "Provides runtime.json which enumerates the runtime specific dependencies of the CoreRT packages",
    "CommonTypes": [],
  },
  {
    "Name": "Microsoft.DotNet.ILCompiler",
    "Description":"Provides the toolchain to compile managed code to native",
    "CommonTypes": [],
  },
  {
    "Name": "Microsoft.DotNet.ILVerification",
    "Description":"Provides a library, containing a cross platform, open-source tool that is capable of verifying MSIL code based on ECMA-335",
    "CommonTypes": [],
  },
  {
    "Name": "Microsoft.DotNet.ObjectWriter",
    "Description":"Provides object writer to the managed to native code-generator",
    "CommonTypes": [],
  },
]