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

project.json « ref « System.Net.Primitives « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f867ced3793c20b719f1d2b0d4a8919e72339b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "Microsoft.Win32.Primitives": "4.4.0-beta-24904-01",
    "System.Runtime": "4.4.0-beta-24904-01",
    "System.Runtime.Handles": "4.4.0-beta-24904-01",
    "System.Runtime.InteropServices": "4.4.0-beta-24904-01"
  },
  "frameworks": {
    "netstandard1.7": {},
    "netcoreapp1.1": {}
  }
}