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

project.json « ref « System.Runtime.InteropServices « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1e082e9e10ded78f141399321d60004674b7ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "dependencies": {
    "System.Reflection": "4.3.0-beta-24520-06",
    "System.Reflection.Primitives": "4.3.0-beta-24520-06",
    "System.Runtime": "4.3.0-beta-24520-06",
    "System.Runtime.Handles": "4.0.0"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.8"
      ]
    }
  }
}