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

project.json « ref « System.Security.Cryptography.Csp « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33ed6cb23a04e959c9979ef84c4583cd2befc89d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "dependencies": {
    "System.IO": "4.3.0-beta-24521-07",
    "System.Runtime": "4.3.0-beta-24521-07",
    "System.Security.Cryptography.Algorithms": "4.3.0-beta-24521-07",
    "System.Security.Cryptography.Primitives": "4.0.0"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.8"
      ]
    }
  }
}