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

project.json « src « System.Xml.XPath.XmlDocument « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93cd1a36640a7bd8b6ae3643e56d0514ca53513d (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
27
28
29
30
31
32
33
34
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24424-01",
    "System.Collections": "4.1.0-beta-devapi-24424-01",
    "System.Collections.NonGeneric": "4.1.0-beta-devapi-24424-01",
    "System.Collections.Specialized": "4.0.2-beta-devapi-24424-01",
    "System.Diagnostics.Debug": "4.0.12-beta-devapi-24424-01",
    "System.Diagnostics.Tools": "4.0.2-beta-devapi-24424-01",
    "System.Diagnostics.TraceSource": "4.0.1-beta-devapi-24424-01",
    "Microsoft.Win32.Registry": "4.0.1-beta-devapi-24424-01",
    "System.Threading.Tasks.Extensions": "4.1.0-beta-devapi-24424-01",
    "System.ComponentModel.TypeConverter": "4.1.1-beta-devapi-24424-01",
    "System.Data.Common": "4.1.1-beta-devapi-24424-01",
    "System.Console": "4.1.0-beta-devapi-24424-01",
    "System.Globalization": "4.0.12-beta-devapi-24424-01",
    "System.IO": "4.2.0-beta-devapi-24424-01",
    "System.IO.FileSystem": "4.1.0-beta-devapi-24424-01",
    "System.Reflection.TypeExtensions": "4.1.1-beta-devapi-24424-01",
    "System.Resources.ResourceManager": "4.0.2-beta-devapi-24424-01",
    "System.Runtime": "4.2.0-beta-devapi-24424-01",
    "System.Runtime.Extensions": "4.2.0-beta-devapi-24424-01",
    "System.Threading": "4.0.12-beta-devapi-24424-01",
    "System.Xml.ReaderWriter": "4.1.0-beta-devapi-24424-01",
    "System.Xml.XmlDocument": "4.0.2-beta-devapi-24424-01",
    "System.Xml.XPath": "4.0.2-beta-devapi-24424-01"
  },
  "frameworks": {
    "netstandard1.3": {
      "imports": [
        "dotnet5.4"
      ]
    }
  }
}