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

project.json « ref « System.Net.Http « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d7e501f2e2734b5b94e9450d5e4744d53c64347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "dependencies": {
    "System.Runtime": "4.4.0-beta-24903-02",
    "System.Threading.Tasks": "4.4.0-beta-24903-02",
    "System.IO": "4.4.0-beta-24903-02",
    "System.Net.Primitives": "4.4.0-beta-24903-02",
    "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24903-02",
    "System.Text.Encoding": "4.4.0-beta-24903-02"
  },
  "frameworks": {
    "netstandard1.7": {},
    "net46": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}