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

project.json « XmlSerializer « tests « System.Private.Xml « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d882a7cbd74a44dbba4e06278e6bc6914116615 (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
{
  "dependencies": {
    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24521-07",
    "System.Collections": "4.3.0-beta-24521-07",
    "System.Collections.NonGeneric": "4.3.0-beta-24521-07",
    "System.Collections.Specialized": "4.3.0-beta-24521-07",
    "System.Data.Common": "4.3.0-beta-24521-07",
    "System.Diagnostics.Debug": "4.3.0-beta-24521-07",
    "System.Diagnostics.Tools": "4.3.0-beta-24521-07",
    "System.Diagnostics.TraceSource": "4.3.0-beta-24521-07",
    "System.Globalization": "4.3.0-beta-24521-07",
    "System.IO": "4.3.0-beta-24521-07",
    "System.Linq": "4.3.0-beta-24521-07",
    "System.Linq.Expressions": "4.3.0-beta-24521-07",
    "System.ObjectModel": "4.3.0-beta-24521-07",
    "System.Reflection": "4.3.0-beta-24521-07",
    "System.Runtime": "4.3.0-beta-24521-07",
    "System.Runtime.Extensions": "4.3.0-beta-24521-07",
    "System.Text.Encoding": "4.3.0-beta-24521-07",
    "System.Threading.Tasks": "4.3.0-beta-24521-07",
    "System.Xml.XmlSerializer": "4.3.0-beta-24521-07",
    "System.Xml.XmlDocument": "4.3.0-beta-24521-07",
    "System.Private.DataContractSerialization": "4.3.0-beta-24521-07",
    "System.Runtime.Serialization.Primitives": "4.3.0-beta-24521-07",
    "System.Runtime.Serialization.Xml": "4.3.0-beta-24521-07",
    "Microsoft.Win32.Registry": "4.3.0-beta-24521-07",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    },
    "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00807-03",
    "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00807-03"
  },
  "frameworks": {
    "netstandard1.7": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.1-ns17": {
      "netstandard1.7": [
        "win7-x86",
        "win7-x64",
        "win10-arm64",
        "osx.10.10-x64",
        "centos.7-x64",
        "debian.8-x64",
        "rhel.7-x64",
        "ubuntu.14.04-x64",
        "ubuntu.16.04-x64",
        "ubuntu.16.10-x64",
        "fedora.23-x64",
        "linux-x64",
        "opensuse.13.2-x64",
        "opensuse.42.1-x64"
      ]
    }
  }
}