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

project.json « src « System.Text.Encodings.Web « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00cd05ddf16630c7ec6c82e5c463c187177a8ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24530-03",
    "System.Diagnostics.Contracts": "4.0.0",
    "System.Diagnostics.Debug": "4.0.0",
    "System.Diagnostics.Tools": "4.0.0",
    "System.IO": "4.0.0",
    "System.Reflection": "4.0.0",
    "System.Resources.ResourceManager": "4.0.0",
    "System.Runtime": "4.0.0",
    "System.Runtime.Extensions": "4.0.0",
    "System.Threading": "4.0.0"
  },
  "frameworks": {
    "netstandard1.0": {
      "imports": [
        "dotnet5.1"
      ]
    }
  }
}