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

project.json « System.Runtime.Loader.Noop.Assembly « tests « System.Runtime.Loader « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7ca07bf01375012f0a6b202a9a51605d9834f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "dependencies": {
    "System.Runtime": "4.3.0-beta-24520-06",
    "System.Reflection": "4.3.0-beta-24520-06",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    },
    "System.Reflection.Emit": "4.3.0-beta-24520-06",
    "System.Reflection.Primitives": "4.3.0-beta-24520-06",
    "System.Reflection.TypeExtensions": "4.3.0-beta-24520-06"
  },
  "frameworks": {
    "netstandard1.6": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.0": {}
  }
}