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

project.json « System.Data.StressFramework « StressTests « tests « System.Data.SqlClient « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 993af7e6043f0cb98b0b39dbf12217b80133bc27 (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24520-06",
    "System.Console": "4.3.0-beta-24520-06",
    "System.Collections": "4.3.0-beta-24520-06",
    "System.Collections.Concurrent": "4.3.0-beta-24520-06",
    "System.Data.Common": "4.3.0-beta-24520-06",
    "System.Data.SqlClient": "4.3.0-beta-24520-06",
    "System.Diagnostics.Debug": "4.3.0-beta-24520-06",
    "System.Diagnostics.DiagnosticSource": "4.3.0-beta-24520-06",
    "System.Diagnostics.FileVersionInfo": "4.3.0-beta-24520-06",
    "System.Diagnostics.Process": "4.3.0-beta-24520-06",
    "System.Diagnostics.TextWriterTraceListener": "4.3.0-beta-24520-06",
    "System.Diagnostics.TraceSource": "4.3.0-beta-24520-06",
    "System.IO.FileSystem": "4.3.0-beta-24520-06",
    "System.Linq": "4.3.0-beta-24520-06",
    "System.Linq.Expressions": "4.3.0-beta-24520-06",
    "System.Net.NameResolution": "4.3.0-beta-24520-06",
    "System.Reflection": "4.3.0-beta-24520-06",
    "System.Reflection.Emit": "4.3.0-beta-24520-06",
    "System.Reflection.Extensions": "4.3.0-beta-24520-06",
    "System.Reflection.TypeExtensions": "4.3.0-beta-24520-06",
    "System.Runtime.Extensions": "4.3.0-beta-24520-06",
    "System.Runtime.InteropServices": "4.3.0-beta-24520-06",
    "System.Security.Principal": "4.3.0-beta-24520-06",
    "System.Security.Principal.Windows": "4.3.0-beta-24520-06",
    "System.Text.RegularExpressions": "4.3.0-beta-24520-06",
    "System.Threading": "4.3.0-beta-24520-06",
    "System.Threading.Timer": "4.3.0-beta-24520-06",
    "System.Threading.Thread": "4.3.0-beta-24520-06",
    "System.Threading.ThreadPool": "4.3.0-beta-24520-06",
    "System.Runtime.Serialization.Primitives": "4.1.1",
    "System.Xml.ReaderWriter": "4.3.0-beta-24520-06",
    "System.Xml.XPath": "4.3.0-beta-24520-06",
    "System.Xml.XmlDocument": "4.3.0-beta-24520-06"
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}