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

project.json « src « System.Security.Cryptography.ProtectedData « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 632bfe97600c0470a183829b258c3f8b05f20a49 (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
{
  "frameworks": {
    "netstandard1.3": {
      "imports": [
        "dotnet5.4"
      ],
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.0.2-beta-24520-06",
        "System.Diagnostics.Debug": "4.0.10",
        "System.Diagnostics.Tools": "4.0.0",
        "System.IO": "4.0.10",
        "System.Resources.ResourceManager": "4.0.0",
        "System.Runtime": "4.0.20",
        "System.Runtime.Extensions": "4.0.0",
        "System.Runtime.InteropServices": "4.0.20",
        "System.Security.Cryptography.Algorithms": "4.2.0"
      }
    },
    "net46": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}