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

project.json « win « FunctionalTests « tests « System.Net.Http « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5c2466f1ff51842041e2277cc9352417ab2671c (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.2.0-beta-24904-01",
    "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24904-01",
    "System.Diagnostics.Process": "4.4.0-beta-24904-01",
    "System.Diagnostics.Tracing": "4.4.0-beta-24904-01",
    "System.Globalization": "4.4.0-beta-24904-01",
    "System.IO": "4.4.0-beta-24904-01",
    "System.IO.FileSystem": "4.4.0-beta-24904-01",
    "System.Linq.Expressions": "4.4.0-beta-24904-01",
    "System.Net.NetworkInformation": "4.4.0-beta-24904-01",
    "System.Net.Primitives": "4.4.0-beta-24904-01",
    "System.Net.Security": "4.4.0-beta-24904-01",
    "System.Net.Sockets": "4.4.0-beta-24904-01",
    "System.ObjectModel": "4.4.0-beta-24904-01",
    "System.Runtime.Extensions": "4.4.0-beta-24904-01",
    "System.Security.Cryptography.Algorithms": "4.4.0-beta-24904-01",
    "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24904-01",
    "System.Security.Principal.Windows": "4.4.0-beta-24904-01",
    "System.Text.Encoding": "4.4.0-beta-24904-01",
    "System.Text.RegularExpressions": "4.4.0-beta-24904-01",
    "System.Threading.Tasks": "4.4.0-beta-24904-01",
    "System.Threading.Tasks.Parallel": "4.4.0-beta-24904-01",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    },
    "Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
    "Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04"
  },
  "frameworks": {
    "netstandard1.3": {},
    "netstandard1.7": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.0": {},
    "coreFx.Test.net46": {},
    "coreFx.Test.net461": {},
    "coreFx.Test.net462": {},
    "coreFx.Test.net463": {}
  }
}