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

project.json « TestLoadAssembly « tests « System.Runtime « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27f3effcf12ff45ab9749ab018b634eff7989533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.2.0-beta-24903-02",
    "System.Runtime": "4.4.0-beta-24903-02",
    "System.Runtime.Extensions": "4.4.0-beta-24903-02",
    "System.Reflection": "4.4.0-beta-24903-02",
    "System.Threading.Thread": "4.4.0-beta-24903-02"
  },
  "frameworks": {
    ".NETCoreApp,Version=v1.0": {},
    ".NETCoreApp,Version=v1.1": {},
    "netstandard1.3": {},
    "netstandard1.5": {}
  }
}