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

project.json « src « System.Private.Xml « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a12780fe330f2b170e1ed72a84e4e671ffbe4477 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "compilationOptions": {
    "define": [
      "ASYNC"
    ]
  },
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "Microsoft.CSharp": "4.4.0-beta-24903-02",
        "Microsoft.NETCore.Platforms": "1.2.0-beta-24903-02",
        "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24903-03",
        "Microsoft.Win32.Registry": "4.4.0-beta-24903-02",
        "System.Collections": "4.4.0-beta-24903-02",
        "System.Collections.NonGeneric": "4.4.0-beta-24903-02",
        "System.Collections.Specialized": "4.4.0-beta-24903-02",
        "System.Console": "4.4.0-beta-24903-02",
        "System.ComponentModel.TypeConverter": "4.4.0-beta-24903-02",
        "System.Diagnostics.Contracts": "4.4.0-beta-24903-02",
        "System.Diagnostics.Debug": "4.4.0-beta-24903-02",
        "System.Diagnostics.Tools": "4.4.0-beta-24903-02",
        "System.Diagnostics.TraceSource": "4.4.0-beta-24903-02",
        "System.Globalization": "4.4.0-beta-24903-02",
        "System.IO": "4.4.0-beta-24903-02",
        "System.IO.FileSystem": "4.4.0-beta-24903-02",
        "System.IO.FileSystem.Primitives": "4.4.0-beta-24903-02",
        "System.Linq": "4.4.0-beta-24903-02",
        "System.Net.Http": "4.4.0-beta-24903-02",
        "System.Reflection": "4.4.0-beta-24903-02",
        "System.Reflection.Emit": "4.4.0-beta-24903-02",
        "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24903-02",
        "System.Reflection.Emit.Lightweight": "4.4.0-beta-24903-02",
        "System.Reflection.Extensions": "4.4.0-beta-24903-02",
        "System.Reflection.Primitives": "4.4.0-beta-24903-02",
        "System.Reflection.TypeExtensions": "4.4.0-beta-24903-02",
        "System.Resources.ResourceManager": "4.4.0-beta-24903-02",
        "System.Runtime": "4.4.0-beta-24903-02",
        "System.Runtime.Extensions": "4.4.0-beta-24903-02",
        "System.Runtime.InteropServices": "4.4.0-beta-24903-02",
        "System.Security.Permissions": "4.4.0-beta-24903-02",
        "System.Text.Encoding": "4.4.0-beta-24903-02",
        "System.Text.Encoding.Extensions": "4.4.0-beta-24903-02",
        "System.Text.RegularExpressions": "4.4.0-beta-24903-02",
        "System.Threading": "4.4.0-beta-24903-02",
        "System.Threading.Tasks": "4.4.0-beta-24903-02",
        "System.Threading.Tasks.Extensions": "4.4.0-beta-24903-02"
      }
    },
    "net463": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    },
    "uap10.1": {
      "dependencies": {
        "Microsoft.CSharp": "4.4.0-beta-24903-02",
        "Microsoft.NETCore.Platforms": "1.2.0-beta-24903-02",
        "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24903-03",
        "Microsoft.Win32.Registry": "4.4.0-beta-24903-02",
        "System.Collections": "4.4.0-beta-24903-02",
        "System.Collections.NonGeneric": "4.4.0-beta-24903-02",
        "System.Collections.Specialized": "4.4.0-beta-24903-02",
        "System.Console": "4.4.0-beta-24903-02",
        "System.ComponentModel.TypeConverter": "4.4.0-beta-24903-02",
        "System.Data.Common": "4.4.0-beta-24903-02",
        "System.Diagnostics.Contracts": "4.4.0-beta-24903-02",
        "System.Diagnostics.Debug": "4.4.0-beta-24903-02",
        "System.Diagnostics.Tools": "4.4.0-beta-24903-02",
        "System.Diagnostics.TraceSource": "4.4.0-beta-24903-02",
        "System.Globalization": "4.4.0-beta-24903-02",
        "System.IO": "4.4.0-beta-24903-02",
        "System.IO.FileSystem": "4.4.0-beta-24903-02",
        "System.IO.FileSystem.Primitives": "4.4.0-beta-24903-02",
        "System.Linq": "4.4.0-beta-24903-02",
        "System.Net.Http": "4.4.0-beta-24903-02",
        "System.Net.Primitives": "4.4.0-beta-24903-02",
        "System.Reflection": "4.4.0-beta-24903-02",
        "System.Reflection.Emit": "4.4.0-beta-24903-02",
        "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24903-02",
        "System.Reflection.Emit.Lightweight": "4.4.0-beta-24903-02",
        "System.Reflection.Extensions": "4.4.0-beta-24903-02",
        "System.Reflection.Primitives": "4.4.0-beta-24903-02",
        "System.Reflection.TypeExtensions": "4.4.0-beta-24903-02",
        "System.Resources.ResourceManager": "4.4.0-beta-24903-02",
        "System.Runtime": "4.4.0-beta-24903-02",
        "System.Runtime.Extensions": "4.4.0-beta-24903-02",
        "System.Runtime.InteropServices": "4.4.0-beta-24903-02",
        "System.Text.Encoding": "4.4.0-beta-24903-02",
        "System.Text.Encoding.Extensions": "4.4.0-beta-24903-02",
        "System.Text.RegularExpressions": "4.4.0-beta-24903-02",
        "System.Threading": "4.4.0-beta-24903-02",
        "System.Threading.Tasks": "4.4.0-beta-24903-02",
        "System.Threading.Tasks.Extensions": "4.4.0-beta-24903-02"
      }
    }
  }
}