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

project.json.template « runtime « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a90d8410dcf679d15a5b42743c70db9728cec85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "frameworks": {
    "{TFM}": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25002-01",
        "Microsoft.NETCore.TestHost": "2.0.0-beta-25002-01",
        "runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24913-02",
        "Microsoft.NETCore.DotNetHost": "1.2.0-beta-001259-00",
        "Microsoft.NETCore.DotNetHostPolicy": "1.2.0-beta-001259-00"
      }
    }
  },
  "runtimes": {
    "{RID}": {}
  }
}