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

project.json « ref « System.Net.Security « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bbd1b09439857f72e02000e4da726a94c714318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "dependencies": {
    "System.Collections.NonGeneric": "4.4.0-beta-24904-01",
    "System.IO": "4.4.0-beta-24904-01",
    "System.Net.Primitives": "4.4.0-beta-24904-01",
    "System.Runtime": "4.4.0-beta-24904-01",
    "System.Runtime.Handles": "4.4.0-beta-24904-01",
    "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24904-01",
    "System.Security.Principal": "4.4.0-beta-24904-01",
    "System.Threading.Tasks": "4.4.0-beta-24904-01"
  },
  "frameworks": {
    "netstandard1.7": {},
    "netcoreapp1.1": {}
  }
}