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: ea0287e3870c65d3beff23192a02cd09b6fa674d (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.3": {
      "dependencies": {
        "System.Diagnostics.Contracts": "4.0.0",
        "System.Diagnostics.Debug": "4.0.10",
        "System.Diagnostics.Tools": "4.0.0",
        "System.Globalization": "4.0.10",
        "System.Resources.ResourceManager": "4.0.0",
        "System.Runtime": "4.0.20",
        "System.Runtime.Extensions": "4.0.10",
        "System.Runtime.InteropServices": "4.0.20",
        "System.Threading.Tasks": "4.0.10"
      },
      "imports": [
        "dotnet5.4"
      ]
    },
    "net46": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}