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

project.json « src « System.Runtime.Serialization.Formatters « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fc7a2e3fc8bbac6a1181809696e4f5e0a114801 (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
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.1.0",
        "System.Collections": "4.4.0-beta-24904-01",
        "System.Collections.NonGeneric": "4.4.0-beta-24904-01",
        "System.Collections.Concurrent": "4.4.0-beta-24904-01",
        "System.Diagnostics.Debug": "4.4.0-beta-24904-01",
        "System.Reflection": "4.4.0-beta-24904-01",
        "System.IO": "4.4.0-beta-24904-01",
        "System.Reflection.Extensions": "4.4.0-beta-24904-01",
        "System.Reflection.TypeExtensions": "4.4.0-beta-24904-01",
        "System.Resources.ResourceManager": "4.4.0-beta-24904-01",
        "System.Runtime": "4.4.0-beta-24904-01",
        "System.Runtime.Extensions": "4.4.0-beta-24904-01",
        "System.Runtime.Serialization.Primitives": "4.4.0-beta-24904-01",
        "System.Globalization": "4.4.0-beta-24904-01",
        "System.Text.Encoding.Extensions": "4.4.0-beta-24904-01",
        "System.Text.Encoding": "4.4.0-beta-24904-01",
        "System.Threading": "4.4.0-beta-24904-01",
        "System.Threading.Tasks": "4.4.0-beta-24904-01"
      }
    },
    "net463": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    },
    "netcoreapp1.1": {
      "dependencies": {
        "System.Collections": "4.4.0-beta-24904-01",
        "System.Collections.NonGeneric": "4.4.0-beta-24904-01",
        "System.Collections.Concurrent": "4.4.0-beta-24904-01",
        "System.Diagnostics.Debug": "4.4.0-beta-24904-01",
        "System.Reflection": "4.4.0-beta-24904-01",
        "System.IO": "4.4.0-beta-24904-01",
        "System.Reflection.Extensions": "4.4.0-beta-24904-01",
        "System.Reflection.TypeExtensions": "4.4.0-beta-24904-01",
        "System.Resources.ResourceManager": "4.4.0-beta-24904-01",
        "System.Runtime": "4.4.0-beta-24904-01",
        "System.Runtime.Extensions": "4.4.0-beta-24904-01",
        "System.Runtime.Serialization.Primitives": "4.4.0-beta-24904-01",
        "System.Globalization": "4.4.0-beta-24904-01",
        "System.Text.Encoding.Extensions": "4.4.0-beta-24904-01",
        "System.Text.Encoding": "4.4.0-beta-24904-01",
        "System.Threading": "4.4.0-beta-24904-01",
        "System.Threading.Tasks": "4.4.0-beta-24904-01"
      }
    }
  }
}