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

project.json « src « System.Globalization « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38cd8b75805315057ee1943b55a18fbab5e5b02c (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
28
29
30
{
  "frameworks": {
    "netstandard1.3": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24522-01"
      },
      "imports": [
        "dotnet5.4"
      ]
    },
    "netstandard1.7": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24522-01"
      },
      "imports": [
        "dotnet5.8"
      ]
    },
    "netcore50": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24522-01"
      }
    },
    "net463": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}