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

project.json « tests « System.Text.Encoding.CodePages « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d74a7ba829d248b2cccd57461c812354fb0dd178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "dependencies": {
    "System.Globalization": "4.0.10-beta-22809",
    "System.Collections": "4.0.10-beta-22809",
    "System.Console": "4.0.0-beta-22809",
    "System.Runtime": "4.0.20-beta-22809",
    "System.Runtime.Extensions": "4.0.10-beta-22809",
    "System.Text.Encoding": "4.0.10-beta-22809",
    "xunit": "2.0.0-beta5-build2785",
    "xunit.abstractions.netcore": "1.0.0-prerelease",
    "xunit.assert": "2.0.0-beta5-build2785",
    "xunit.core.netcore": "1.0.1-prerelease",
    "xunit.runner.visualstudio": "0.99.9-build1021"
  },
  "frameworks": {
    "dnxcore50": {}
  }
}