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

project.json « test-runtime « Common « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61b1e27aebcebd0a21ee32caa1498057d3c66806 (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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24521-07",
    "Microsoft.NETCore.Targets": "1.0.3-beta-24521-07",
    "Microsoft.NETCore.TestHost": "1.2.0-beta-24522-01",
    "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24522-01",
    "System.Diagnostics.Contracts": "4.3.0-beta-24521-07",
    "System.IO.Compression": "4.3.0-beta-24521-07",
    "System.Runtime.InteropServices.RuntimeInformation": "4.3.0-beta-24521-07",
    "System.Linq.Parallel": "4.3.0-beta-24521-07",
    "System.Xml.XDocument": "4.3.0-beta-24521-07",
    "coveralls.io": "1.4",
    "OpenCover": "4.6.519",
    "ReportGenerator": "2.4.3",
    "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
    "Microsoft.DotNet.xunit.performance.analysis.cli": "1.0.0-alpha-build0040",
    "Microsoft.DotNet.xunit.performance.runner.cli": "1.0.0-alpha-build0040",
    "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
    "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00807-03",
    "xunit.console.netcore": "1.0.3-prerelease-00607-01"
  },
  "frameworks": {
    "netstandard1.3": {},
    "uap10.0": {
      "dependencies": {
        "Microsoft.NETCore.Runtime": "1.0.1",
        "Microsoft.CSharp": "4.0.1",
        "Microsoft.VisualBasic": "10.0.1",
        "System.AppContext": "4.1.0",
        "System.Collections": "4.0.11",
        "System.Collections.Concurrent": "4.0.12",
        "System.Collections.Immutable": "1.2.0",
        "System.ComponentModel": "4.0.1",
        "System.ComponentModel.Annotations": "4.1.0",
        "System.Diagnostics.Debug": "4.0.11",
        "System.Diagnostics.Tools": "4.0.1",
        "System.Diagnostics.Tracing": "4.1.0",
        "System.Dynamic.Runtime": "4.0.11",
        "System.Globalization": "4.0.11",
        "System.Globalization.Calendars": "4.0.1",
        "System.Globalization.Extensions": "4.0.1",
        "System.IO": "4.1.0",
        "System.IO.Compression.ZipFile": "4.0.1",
        "System.IO.FileSystem": "4.0.1",
        "System.IO.FileSystem.Primitives": "4.0.1",
        "System.IO.UnmanagedMemoryStream": "4.0.1",
        "System.Linq": "4.1.0",
        "System.Linq.Expressions": "4.1.0",
        "System.Linq.Queryable": "4.0.1",
        "System.Net.Http": "4.1.0",
        "System.Net.NetworkInformation": "4.1.0",
        "System.Net.Primitives": "4.0.11",
        "System.Numerics.Vectors": "4.1.1",
        "System.ObjectModel": "4.0.12",
        "System.Reflection": "4.1.0",
        "System.Reflection.DispatchProxy": "4.0.1",
        "System.Reflection.Extensions": "4.0.1",
        "System.Reflection.Metadata": "1.3.0",
        "System.Reflection.Primitives": "4.0.1",
        "System.Reflection.TypeExtensions": "4.1.0",
        "System.Resources.ResourceManager": "4.0.1",
        "System.Runtime": "4.1.0",
        "System.Runtime.Extensions": "4.1.0",
        "System.Runtime.Handles": "4.0.1",
        "System.Runtime.InteropServices": "4.1.0",
        "System.Runtime.Numerics": "4.0.1",
        "System.Security.Claims": "4.0.1",
        "System.Security.Principal": "4.0.1",
        "System.Text.Encoding": "4.0.11",
        "System.Text.Encoding.Extensions": "4.0.11",
        "System.Text.RegularExpressions": "4.1.0",
        "System.Threading": "4.0.11",
        "System.Threading.Tasks": "4.0.11",
        "System.Threading.Tasks.Dataflow": "4.6.0",
        "System.Threading.Tasks.Parallel": "4.0.1",
        "System.Threading.Timer": "4.0.1",
        "System.Xml.ReaderWriter": "4.0.11",
        "System.Xml.XDocument": "4.3.0-beta-24521-07",
        "Microsoft.NETCore.Portable.Compatibility": "1.0.2",
        "Microsoft.Win32.Primitives": "4.0.1",
        "System.ComponentModel.EventBasedAsync": "4.0.11",
        "System.Data.Common": "4.1.0",
        "System.Diagnostics.StackTrace": "4.0.2",
        "System.IO.IsolatedStorage": "4.0.1",
        "System.Net.Http.Rtc": "4.0.1",
        "System.Net.NameResolution": "4.0.0",
        "System.Net.Requests": "4.0.11",
        "System.Net.Sockets": "4.1.0",
        "System.Net.WebHeaderCollection": "4.0.1",
        "System.Net.WebSockets": "4.0.0",
        "System.Net.WebSockets.Client": "4.0.0",
        "System.Numerics.Vectors.WindowsRuntime": "4.0.1",
        "System.Reflection.Context": "4.0.1",
        "System.Runtime.InteropServices.WindowsRuntime": "4.0.1",
        "System.Runtime.Serialization.Json": "4.0.2",
        "System.Runtime.Serialization.Primitives": "4.1.1",
        "System.Runtime.Serialization.Xml": "4.1.1",
        "System.Runtime.WindowsRuntime": "4.0.11",
        "System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1",
        "System.Text.Encoding.CodePages": "4.0.1",
        "System.Xml.XmlSerializer": "4.0.11",
        "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.1-beta-000547-00",
        "System.Console": "4.3.0-beta-24521-07",
        "microsoft.xunit.runner.uwp": "1.0.3-prerelease-00808-02",
        "Microsoft.DotNet.TestILC": {
          "version": "1.4.24208-prerelease",
          "include": "contentFiles"
        }
      }
    }
  }
}