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

project.json « ref « System.Text.Encoding « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b88460ae601f42c50aee9253385244c5720a989f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "System.Runtime": "4.4.0-beta-24607-03"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.4"
      ]
    }
  }
}