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

project.json « ref « System.Security.Cryptography.X509Certificates « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c98397c1f9c7dfbb6ff69f84e26409d78874a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dependencies": {
    "System.Collections.NonGeneric": "4.4.0-beta-24721-02",
    "System.Runtime": "4.4.0-beta-24721-02",
    "System.Runtime.InteropServices": "4.4.0-beta-24721-02",
    "System.Security.Cryptography.Algorithms": "4.4.0-beta-24721-02",
    "System.Security.Cryptography.Encoding": "4.4.0-beta-24721-02",
    "System.Security.Cryptography.Primitives": "4.4.0-beta-24721-02"
  },
  "frameworks": {
    "netstandard1.7": {},
    "netcoreapp1.1": {}
  }
}