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

project.json « src « System.Xml.XmlDocument « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2464b603be0bff2f6c424248bf91b45609f783ff (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
35
36
37
38
39
{
  "frameworks": {
    "netstandard1.3": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24502-02",
        "System.Collections": "4.3.0-beta-devapi-24502-02",
        "System.Collections.NonGeneric": "4.3.0-beta-devapi-24502-02",
        "System.Collections.Specialized": "4.3.0-beta-devapi-24502-02",
        "System.Diagnostics.Debug": "4.3.0-beta-devapi-24502-02",
        "System.Diagnostics.Tools": "4.3.0-beta-devapi-24502-02",
        "System.Diagnostics.TraceSource": "4.3.0-beta-devapi-24502-02",
        "Microsoft.Win32.Registry": "4.3.0-beta-devapi-24502-02",
        "System.Threading.Tasks.Extensions": "4.3.0-beta-devapi-24502-02",
        "System.IO.FileSystem": "4.3.0-beta-devapi-24502-02",
        "System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24502-02",
        "System.ComponentModel.TypeConverter": "4.3.0-beta-devapi-24502-02",
        "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24502-02",
        "System.Data.Common": "4.3.0-beta-devapi-24502-02",
        "System.Console": "4.3.0-beta-devapi-24502-02",
        "System.Globalization": "4.3.0-beta-devapi-24502-02",
        "System.IO": "4.3.0-beta-devapi-24502-02",
        "System.Resources.ResourceManager": "4.3.0-beta-devapi-24502-02",
        "System.Runtime": "4.3.0-beta-devapi-24502-02",
        "System.Runtime.Extensions": "4.3.0-beta-devapi-24502-02",
        "System.Text.Encoding": "4.3.0-beta-devapi-24502-02",
        "System.Threading": "4.3.0-beta-devapi-24502-02",
        "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24502-02"
      },
      "imports": [
        "dotnet5.4"
      ]
    },
    "net46": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}