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

project.json « src « System.Security.AccessControl « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e113276c68f39ead293c477e5dc3542c1b16620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "System.Collections": "4.4.0-beta-24904-01",
        "System.Diagnostics.Contracts": "4.4.0-beta-24904-01",
        "System.Diagnostics.Debug": "4.4.0-beta-24904-01",
        "System.Diagnostics.Process": "4.4.0-beta-24904-01",
        "System.Globalization": "4.4.0-beta-24904-01",
        "System.IO": "4.4.0-beta-24904-01",
        "System.Resources.ResourceManager": "4.4.0-beta-24904-01",
        "System.Runtime": "4.4.0-beta-24904-01",
        "System.Runtime.Handles": "4.4.0-beta-24904-01",
        "System.Runtime.InteropServices": "4.4.0-beta-24904-01",
        "System.Security.Claims": "4.4.0-beta-24904-01",
        "System.Security.Principal": "4.4.0-beta-24904-01",
        "System.Security.Principal.Windows": "4.4.0-beta-24904-01",
        "System.Reflection": "4.4.0-beta-24904-01",
        "System.Threading": "4.4.0-beta-24904-01",
        "System.Threading.Thread": "4.4.0-beta-24904-01"
      }
    },
    "net463": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}