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

project.json « ref « System.Security.Permissions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 694161a928e2b8d371cbeb9a0aaa3a95edac257d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "dependencies": {
    "System.Collections.NonGeneric": "4.4.0-beta-24607-03",
    "System.Reflection": "4.4.0-beta-24607-03",
    "System.Runtime.Extensions": "4.4.0-beta-24607-03",
    "System.Runtime": "4.4.0-beta-24607-03",
    "System.Security.AccessControl": "4.4.0-beta-24607-03",
    "System.Security.Cryptography.Primitives": "4.4.0-beta-24607-03",
    "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24607-03",
    "System.Security.Principal": "4.4.0-beta-24607-03",
    "System.Threading": "4.4.0-beta-24607-03"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.4"
      ]
    }
  }
}