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

project.json « tests « System.Net.Requests « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48b1718e3faf679268fb422f9ecb489b184c1ec1 (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24604-02",
    "System.Collections.Specialized": "4.3.0-beta-24604-02",
    "System.IO.Compression": "4.3.0-beta-24604-02",
    "System.Linq.Expressions": "4.3.0-beta-24604-02",
    "System.Net.Http": "4.3.0-beta-24604-02",
    "System.Net.NetworkInformation": "4.3.0-beta-24604-02",
    "System.Net.Primitives": "4.3.0-beta-24604-02",
    "System.Net.Requests": "4.3.0-beta-24604-02",
    "System.Net.Security": "4.3.0-beta-24604-02",
    "System.Net.Sockets": "4.3.0-beta-24604-02",
    "System.ObjectModel": "4.3.0-beta-24604-02",
    "System.Text.RegularExpressions": "4.3.0-beta-24604-02",
    "System.Resources.ResourceManager": "4.3.0-beta-24604-02",
    "System.Security.Cryptography.X509Certificates": "4.3.0-beta-24604-02",
    "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"
  },
  "frameworks": {
    "netstandard1.3": {},
    "netstandard1.7": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.0": {},
    "corefx.Test.netcoreapp1.1": {},
    "coreFx.Test.net46": {},
    "coreFx.Test.net461": {},
    "coreFx.Test.net462": {},
    "coreFx.Test.net463": {}
  }
}