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: 1536f72f1570a8a33a4356f972e4d2ac48eb898c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "System.Runtime": "4.3.0-beta-devapi-24511-01"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.4"
      ]
    }
  }
}