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

project.json « src « System.Globalization.Extensions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d50a9f45f0e5c521c59dd6a8c77562dd3056e8c0 (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
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "System.Diagnostics.Contracts": "4.3.0-beta-24604-02",
        "System.Diagnostics.Debug": "4.3.0-beta-24604-02",
        "System.Diagnostics.Tools": "4.3.0-beta-24604-02",
        "System.Globalization": "4.3.0-beta-24604-02",
        "System.Resources.ResourceManager": "4.3.0-beta-24604-02",
        "System.Runtime": "4.3.0-beta-24604-02",
        "System.Runtime.Extensions": "4.3.0-beta-24604-02",
        "System.Runtime.InteropServices": "4.3.0-beta-24604-02",
        "System.Threading.Tasks": "4.3.0-beta-24604-02"
      },
      "imports": [
        "dotnet5.8"
      ]
    },
    "net463": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}