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

project.json « CoreCLR « tests « System.Reflection « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15e9aac9a66c3d0bbf1ee00fcefa870aa0449c83 (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.0.2-beta-devapi-24424-01",
    "System.AppContext": "4.1.1-beta-devapi-24424-01",
    "System.IO": "4.2.0-beta-devapi-24424-01",
    "System.IO.FileSystem": "4.1.0-beta-devapi-24424-01",
    "System.Linq.Expressions": "4.2.0-beta-devapi-24424-01",
    "System.ObjectModel": "4.0.13-beta-devapi-24424-01",
    "System.Reflection.Emit": "4.0.2-beta-devapi-24424-01",
    "System.Resources.ResourceManager": "4.0.2-beta-devapi-24424-01",
    "System.Runtime": "4.2.0-beta-devapi-24424-01",
    "System.Runtime.Loader": "4.0.1-beta-devapi-24424-01",
    "System.Text.RegularExpressions": "4.2.0-beta-devapi-24424-01",
    "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"
  },
  "frameworks": {
    "netstandard1.5": {}
  },
  "supports": {
    "coreFx.Test.netcoreapp1.0": {}
  }
}