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

project.json « src « System.Diagnostics.Contracts « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e39186f08e2c91098e7f69121c2f0fd79fe013f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "frameworks": {
    "netstandard1.0": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24903-03"
      }
    },
    "netcore50": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24903-00"
      }
    }
  }
}