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

project.json « src « System.Security.Cryptography.Cng « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64d022d0e62b3f24b36a931c633eb9c9500cdd81 (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
{
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.8"
      ],
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.2.0-beta-24607-03",
        "System.Diagnostics.Debug": "4.4.0-beta-24607-03",
        "System.Diagnostics.Tools": "4.4.0-beta-24607-03",
        "System.IO": "4.4.0-beta-24607-03",
        "System.Resources.ResourceManager": "4.4.0-beta-24607-03",
        "System.Runtime": "4.4.0-beta-24607-03",
        "System.Runtime.Extensions": "4.4.0-beta-24607-03",
        "System.Runtime.InteropServices": "4.4.0-beta-24607-03",
        "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24607-03",
        "System.Security.Cryptography.Algorithms": "4.4.0-beta-24607-03",
        "System.Security.Cryptography.Encoding": "4.4.0-beta-24607-03",
        "System.Security.Cryptography.Primitives": "4.4.0-beta-24607-03",
        "System.Text.Encoding": "4.4.0-beta-24607-03",
        "System.Threading.Tasks": "4.4.0-beta-24607-03"
      }
    },
    "net463": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6.2": "1.0.1"
      }
    }
  }
}