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

project.json « ref « System.Security.Cryptography.Algorithms « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff4321cdfc32b5dde8b58604f4cf5c0489f0ba48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "System.Runtime": "4.4.0-beta-24904-01",
    "System.Runtime.Extensions": "4.4.0-beta-24904-01",
    "System.IO": "4.4.0-beta-24904-01",
    "System.Security.Cryptography.Encoding": "4.4.0-beta-24904-01",
    "System.Security.Cryptography.Primitives": "4.4.0-beta-24904-01"
  },
  "frameworks": {
    "netstandard1.7": {}
  }
}