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

project.json « src « System.Security.Cryptography.OpenSsl « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34312e38da4926096f8f1d73477b036db36db0c6 (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
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.0.2-beta-24604-02",
        "System.Collections": "4.3.0-beta-24604-02",
        "System.Diagnostics.Contracts": "4.3.0-beta-24604-02",
        "System.Diagnostics.Debug": "4.3.0-beta-24604-02",
        "System.IO": "4.3.0-beta-24604-02",
        "System.Resources.ResourceManager": "4.3.0-beta-24604-02",
        "System.Runtime": "4.3.0-beta-24604-02",
        "System.Runtime.Extensions": "4.3.0-beta-24604-02",
        "System.Runtime.InteropServices": "4.3.0-beta-24604-02",
        "System.Runtime.Numerics": "4.3.0-beta-24604-02",
        "System.Security.Cryptography.Algorithms": "4.3.0-beta-24604-02",
        "System.Security.Cryptography.Encoding": "4.3.0-beta-24604-02",
        "System.Security.Cryptography.Primitives": "4.3.0-beta-24604-02",
        "System.Text.Encoding": "4.3.0-beta-24604-02",
        "System.Threading.Tasks": "4.3.0-beta-24604-02"
      },
      "imports": [
        "dotnet5.8"
      ]
    }
  }
}