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

project.json « ref « System.Collections.NonGeneric « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 784e69203a02741dbdd609c9cdb2ab6da3b43e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": {
    "System.Runtime": "4.3.0-beta-24521-07",
    "System.Globalization": "4.3.0-beta-24521-07"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.8"
      ]
    }
  }
}