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

project.json « netcore50 « src « System.Security.Cryptography.Pkcs « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f11110272c210ad1100a0410fccc7de589863d66 (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24521-07",
    "System.Collections": "4.0.10",
    "System.Diagnostics.Contracts": "4.0.0",
    "System.Diagnostics.Debug": "4.0.10",
    "System.ObjectModel": "4.0.10",
    "System.Resources.ResourceManager": "4.0.0",
    "System.Runtime": "4.0.20",
    "System.Runtime.Handles": "4.0.0",
    "System.Runtime.InteropServices": "4.0.20",
    "System.Runtime.WindowsRuntime": "4.0.10",
    "System.Security.Cryptography.Encoding": "4.0.0",
    "System.Security.Cryptography.Primitives": "4.0.0",
    "System.Security.Cryptography.X509Certificates": "4.1.0",
    "System.Text.Encoding": "4.0.10",
    "System.Threading": "4.0.10"
  },
  "frameworks": {
    "netcore50": {}
  },
  "runtimes": {
    "win8-x86": {},
    "win8-x64": {}
  }
}