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

project.json « tests « System.Reflection.Emit.ILGeneration « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93d233092a942f84d60854f29cb88884eed269a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "dependencies": {
    "System.Reflection.Emit": "4.0.0",
    "System.Runtime": "4.0.20",
    "System.Runtime.Extensions": "4.0.10",
    "System.Reflection.Emit.ILGeneration": "4.0.0",
    "System.Reflection.Primitives": "4.0.0",
    "System.Reflection.Extensions": "4.0.0",
    "System.Reflection.TypeExtensions": "4.0.0",
    "System.Linq": "4.0.0",
    "xunit": "2.1.0",
    "xunit.netcore.extensions": "1.0.0-prerelease-00123"
  },
  "frameworks": {
    "dnxcore50": {}
  }
}