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

project.json « src « System.Net.NetworkInformation « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76b81b4dd39b99b20df59262dd50f3b1b80490fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "Microsoft.Win32.Primitives": "4.4.0-beta-24904-01",
        "System.Diagnostics.Contracts": "4.4.0-beta-24904-01",
        "System.Diagnostics.Debug": "4.4.0-beta-24904-01",
        "System.Diagnostics.Tracing": "4.4.0-beta-24904-01",
        "System.IO.FileSystem": "4.4.0-beta-24904-01",
        "System.Linq": "4.4.0-beta-24904-01",
        "System.Net.Sockets": "4.4.0-beta-24904-01",
        "System.Resources.ResourceManager": "4.4.0-beta-24904-01",
        "System.Runtime.Extensions": "4.4.0-beta-24904-01",
        "System.Runtime.InteropServices": "4.4.0-beta-24904-01",
        "System.Security.Principal.Windows": "4.4.0-beta-24904-01",
        "System.Threading": "4.4.0-beta-24904-01",
        "System.Threading.Timer": "4.4.0-beta-24904-01",
        "System.Threading.Thread": "4.4.0-beta-24904-01",
        "System.Threading.ThreadPool": "4.4.0-beta-24904-01",
        "System.Threading.Overlapped": "4.4.0-beta-24904-01"
      }
    },
    "net463": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    },
    "uap10.1": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.WinRT": "1.0.3",
        "Microsoft.Win32.Primitives": "4.4.0-beta-24904-01",
        "System.Diagnostics.Debug": "4.4.0-beta-24904-01",
        "System.Diagnostics.Tracing": "4.4.0-beta-24904-01",
        "System.Linq": "4.4.0-beta-24904-01",
        "System.Net.Sockets": "4.4.0-beta-24904-01",
        "System.Net.Primitives": "4.4.0-beta-24904-01",
        "System.Resources.ResourceManager": "4.4.0-beta-24904-01",
        "System.Runtime.Extensions": "4.4.0-beta-24904-01",
        "System.Runtime.InteropServices": "4.4.0-beta-24904-01",
        "System.Runtime.InteropServices.WindowsRuntime": "4.4.0-beta-24904-01",
        "System.Threading": "4.4.0-beta-24904-01",
        "System.Threading.Tasks": "4.4.0-beta-24904-01"
      }
    }
  }
}