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

project.json « tests « System.Runtime.Serialization.Xml « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30f34b54459ef2dd368003d99294463edb467385 (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.2.0-beta-24607-03",
    "System.Collections": "4.4.0-beta-24607-03",
    "System.Collections.Concurrent": "4.4.0-beta-24607-03",
    "System.Collections.NonGeneric": "4.4.0-beta-24607-03",
    "System.Diagnostics.Debug": "4.4.0-beta-24607-03",
    "System.Diagnostics.Tools": "4.4.0-beta-24607-03",
    "System.Globalization": "4.4.0-beta-24607-03",
    "System.IO.FileSystem": "4.4.0-beta-24607-03",
    "System.Linq": "4.4.0-beta-24607-03",
    "System.Linq.Expressions": "4.4.0-beta-24607-03",
    "System.ObjectModel": "4.4.0-beta-24607-03",
    "System.Reflection": "4.4.0-beta-24607-03",
    "System.Reflection.Extensions": "4.4.0-beta-24607-03",
    "System.Reflection.TypeExtensions": "4.4.0-beta-24607-03",
    "System.Runtime": "4.4.0-beta-24607-03",
    "System.Runtime.Extensions": "4.4.0-beta-24607-03",
    "System.Text.Encoding": "4.4.0-beta-24607-03",
    "System.Threading.Tasks": "4.4.0-beta-24607-03",
    "System.Xml.ReaderWriter": "4.4.0-beta-24607-03",
    "System.Xml.XDocument": "4.4.0-beta-24607-03",
    "System.Xml.XmlDocument": "4.4.0-beta-24607-03",
    "System.Xml.XmlSerializer": "4.4.0-beta-24607-03",
    "System.Runtime.Serialization.Primitives": "4.4.0-beta-24607-03",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    },
    "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00830-02",
    "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00830-02",
    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040"
  },
  "frameworks": {
    "netstandard1.3": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.0": {},
    "coreFx.Test.net46": {},
    "coreFx.Test.net461": {},
    "coreFx.Test.net462": {},
    "coreFx.Test.net463": {}
  }
}