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

project.json « ref « System.Configuration « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 832bc1b518e21b5a88fc32ca63f3a91bed5e0873 (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
26
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "System.CodeDom": "4.4.0-beta-24904-01",
        "System.Collections": "4.4.0-beta-24904-01",
        "System.Collections.NonGeneric": "4.4.0-beta-24904-01",
        "System.Collections.Specialized": "4.4.0-beta-24904-01",
        "System.ComponentModel.TypeConverter": "4.4.0-beta-24904-01",
        "System.Diagnostics.Debug": "4.4.0-beta-24904-01",
        "System.Diagnostics.Tools": "4.4.0-beta-24904-01",
        "System.IO.FileSystem": "4.4.0-beta-24904-01",
        "System.Net.WebClient": "4.4.0-beta-24904-01",
        "System.Runtime": "4.4.0-beta-24904-01",
        "System.Runtime.Extensions": "4.4.0-beta-24904-01",
        "System.Security.Cryptography.Algorithms": "4.4.0-beta-24904-01",
        "System.Text.Encoding": "4.4.0-beta-24904-01",
        "System.Text.Encoding.Extensions": "4.4.0-beta-24904-01",
        "System.Text.RegularExpressions": "4.4.0-beta-24904-01",
        "System.Threading": "4.4.0-beta-24904-01",
        "System.Threading.Thread": "4.4.0-beta-24904-01",
        "System.Xml.ReaderWriter": "4.4.0-beta-24904-01"
      }
    }
  }
}