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

project.json « Performance « tests « System.ComponentModel.TypeConverter « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5d61bae463591255aa65dc4c3694e88eca31a54 (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24502-02",
    "System.ComponentModel.TypeConverter": "4.3.0-beta-devapi-24502-02",
    "System.Collections.NonGeneric": "4.3.0-beta-devapi-24502-02",
    "System.Collections.Specialized": "4.3.0-beta-devapi-24502-02",
    "System.ComponentModel.Primitives": "4.3.0-beta-devapi-24502-02",
    "System.Globalization": "4.3.0-beta-devapi-24502-02",
    "System.Linq.Expressions": "4.3.0-beta-devapi-24502-02",
    "System.ObjectModel": "4.3.0-beta-devapi-24502-02",
    "System.Runtime": "4.3.0-beta-devapi-24502-02",
    "System.Text.RegularExpressions": "4.3.0-beta-devapi-24502-02",
    "System.Threading.Tasks": "4.3.0-beta-devapi-24502-02",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    },
    "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00731-01",
    "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00731-01",
    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0039"
  },
  "frameworks": {
    "netstandard1.5": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.0": {},
    "coreFx.Test.net462": {},
    "coreFx.Test.net463": {}
  }
}