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

project.json « netcore50aot « src « System.Private.DataContractSerialization « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e37d47001c1d8567d7bf7ac21a86401cea46e308 (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
{
  "frameworks": {
    "netcore50": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.0.1",
        "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24521-00",
        "System.Collections": "4.0.10",
        "System.Collections.Concurrent": "4.0.10",
        "System.Diagnostics.Debug": "4.0.10",
        "System.Diagnostics.Tools": "4.0.0",
        "System.Globalization": "4.0.10",
        "System.IO": "4.0.10",
        "System.Linq": "4.0.0",
        "System.ObjectModel": "4.0.10",
        "System.Reflection": "4.0.10",
        "System.Reflection.Emit.ILGeneration": "4.0.0",
        "System.Reflection.Emit.Lightweight": "4.0.0",
        "System.Reflection.Extensions": "4.0.0",
        "System.Reflection.Primitives": "4.0.0",
        "System.Reflection.TypeExtensions": "4.0.0",
        "System.Resources.ResourceManager": "4.0.0",
        "System.Runtime": "4.0.20",
        "System.Runtime.Extensions": "4.0.10",
        "System.Runtime.Serialization.Primitives": "4.1.1",
        "System.Runtime.WindowsRuntime": "4.0.10",
        "System.Text.Encoding": "4.0.10",
        "System.Text.Encoding.Extensions": "4.0.10",
        "System.Text.RegularExpressions": "4.0.10",
        "System.Threading": "4.0.10",
        "System.Threading.Tasks": "4.0.10",
        "System.Xml.ReaderWriter": "4.0.10",
        "System.Xml.XDocument": "4.0.10",
        "System.Xml.XmlSerializer": "4.0.10"
      }
    }
  },
  "runtimes": {
    "win8-x86": {},
    "win8-x64": {}
  }
}