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

project.json « XmlWriter « tests « System.Private.Xml « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa3123ff37f955fd67f983c8e19ef050f8206ca0 (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24520-06",
    "System.AppContext": "4.3.0-beta-24520-06",
    "System.IO": "4.3.0-beta-24520-06",
    "System.Linq.Expressions": "4.3.0-beta-24520-06",
    "System.ObjectModel": "4.3.0-beta-24520-06",
    "System.Runtime": "4.3.0-beta-24520-06",
    "System.Text.Encoding": "4.3.0-beta-24520-06",
    "System.Text.Encoding.CodePages": "4.3.0-beta-24520-06",
    "System.Text.Encoding.Extensions": "4.3.0-beta-24520-06",
    "System.Threading.Tasks": "4.3.0-beta-24520-06",
    "System.Xml.ReaderWriter": "4.3.0-beta-24520-06",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    },
    "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00807-03",
    "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00807-03"
  },
  "frameworks": {
    "netstandard1.3": {}
  },
  "supports": {
    "coreFx.Test.netcore50": {},
    "coreFx.Test.netcoreapp1.0": {},
    "coreFx.Test.net46": {},
    "coreFx.Test.net461": {},
    "coreFx.Test.net462": {},
    "coreFx.Test.net463": {}
  }
}