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

project.json « ref « System.Reflection.Emit.ILGeneration « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e6fbd890964dac4280210522766b4b6ee2cefa1 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "dependencies": {
    "System.Runtime": "4.1.0",
    "System.Reflection": "4.1.0",
    "System.Reflection.Primitives": "4.0.1"
  },
  "frameworks": {
    "netstandard1.0": {}
  }
}