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

project.json « src « System.Runtime.Serialization.Xml « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 513d9b0fdacc6bcf06e78eb48ddc35cf0b6d64c3 (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
{
  "frameworks": {
    "netstandard1.3": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.0.2-beta-24520-06",
        "System.Runtime": "4.3.0-beta-24520-06",
        "System.Runtime.Serialization.Primitives": "4.3.0-beta-24520-06",
        "System.Collections.NonGeneric": "4.3.0-beta-24520-06",
        "System.Collections.Specialized": "4.3.0-beta-24520-06",
        "System.Diagnostics.TraceSource": "4.3.0-beta-24520-06",
        "System.IO.FileSystem": "4.3.0-beta-24520-06",
        "System.IO.FileSystem.Primitives": "4.3.0-beta-24520-06",
        "System.Data.Common": "4.3.0-beta-24520-06",
        "System.Console": "4.3.0-beta-24520-06",
        "System.ComponentModel.TypeConverter": "4.3.0-beta-24520-06",
        "Microsoft.Win32.Registry": "4.3.0-beta-24520-06",
        "System.Reflection": "4.3.0-beta-24520-06",
        "System.Reflection.TypeExtensions": "4.3.0-beta-24520-06",
        "System.Xml.ReaderWriter": "4.3.0-beta-24520-06",
        "System.Xml.XmlDocument": "4.3.0-beta-24520-06",
        "System.Threading.Tasks.Extensions": "4.3.0-beta-24520-06"
      },
      "imports": [
        "dotnet5.4"
      ]
    },
    "net46": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1",
        "System.Runtime.Serialization.Primitives": "4.3.0-beta-24520-06"
      }
    }
  }
}