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

project.json « win « src « System.Security.Cryptography.X509Certificates « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eaf3623b8f37fb39b54f6af39de154bafeef8b55 (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
30
31
32
33
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24424-01",
    "System.Collections": "4.0.10",
    "System.Diagnostics.Contracts": "4.0.0",
    "System.Diagnostics.Debug": "4.0.10",
    "System.Globalization": "4.0.10",
    "System.Globalization.Calendars": "4.0.0",
    "System.IO.FileSystem": "4.0.0",
    "System.IO.FileSystem.Watcher": "4.0.0",
    "System.Resources.ResourceManager": "4.0.0",
    "System.Runtime": "4.1.0",
    "System.Runtime.Handles": "4.0.0",
    "System.Runtime.InteropServices": "4.0.20",
    "System.Runtime.Numerics": "4.0.0",
    "System.Security.Cryptography.Algorithms": "4.2.0",
    "System.Security.Cryptography.Cng": "4.2.0",
    "System.Security.Cryptography.Encoding": "4.0.0",
    "System.Security.Cryptography.Primitives": "4.0.0",
    "System.Text.Encoding": "4.0.10",
    "System.Threading": "4.0.10"
  },
  "frameworks": {
    "netstandard1.6": {
      "imports": [
        "dotnet5.5"
      ],
      "dependencies": {
        "System.Security.Cryptography.Csp": "4.0.0"
      }
    }
  }
}