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

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