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

project.json « tests « System.Threading.Thread « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 173be6acc8544854535d8445a5e22f4d2148d95c (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.2.0-beta-24613-01",
    "System.Collections": "4.4.0-beta-24613-01",
    "System.Diagnostics.Debug": "4.4.0-beta-24613-01",
    "System.Diagnostics.Process": "4.4.0-beta-24613-01",
    "System.Diagnostics.Tracing": "4.4.0-beta-24613-01",
    "System.Linq.Expressions": "4.4.0-beta-24613-01",
    "System.Runtime": "4.4.0-beta-24613-01",
    "System.Threading": "4.4.0-beta-24613-01",
    "System.Threading.Tasks": "4.4.0-beta-24613-01",
    "System.Threading.Thread": "4.4.0-beta-24613-01",
    "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",
    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040"
  },
  "frameworks": {
    "netstandard1.7": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.1": {}
  }
}