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

project.json « tests « System.Security.SecureString « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60a0342ed9081d9df18aa7529e3db1b35cf57020 (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
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24502-02",
    "System.Runtime": "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.3": {}
  },
  "supports": {
    "coreFx.Test.netcore50": {},
    "coreFx.Test.netcoreapp1.0": {},
    "coreFx.Test.net46": {},
    "coreFx.Test.net461": {},
    "coreFx.Test.net462": {},
    "coreFx.Test.net463": {}
  }
}