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: a08418fbc2d06537c61613335e83bdd860a66f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "dependencies": {
    "System.Runtime": "4.4.0-beta-24607-03",
    "System.Reflection": "4.4.0-beta-24607-03",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    },
    "System.Reflection.Emit": "4.4.0-beta-24607-03",
    "System.Reflection.Primitives": "4.4.0-beta-24607-03",
    "System.Reflection.TypeExtensions": "4.4.0-beta-24607-03"
  },
  "frameworks": {
    "netstandard1.6": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.0": {}
  }
}