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

project.json « net46-test-runtime « Common « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee0d93588c237a74ba42af71c73bfc9559e44aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "dependencies": {
    "System.IO.Compression": "4.4.0-beta-24607-03",
    "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24607-03",
    "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.runner.Windows": "1.0.0-alpha-build0040",
    "xunit": "2.1.0",
    "xunit.runner.utility": "2.1.0",
    "xunit.runner.console": "2.1.0"
  },
  "frameworks": {
    "net46": {}
  },
  "runtimes": {
    "win7-x64": {},
    "win7-x86": {}
  }
}