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: 1ba1958488e33ec8da71facc6d57d6ce08f80831 (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
{
  "frameworks": {
    "netstandard1.3": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24401-01",
        "System.Runtime": "4.2.0-beta-devapi-24401-02",
        "System.Runtime.Serialization.Primitives": "4.2.0-beta-devapi-24401-01",
        "System.Collections.NonGeneric": "4.0.2-beta-devapi-24401-01",
        "System.Collections.Specialized": "4.0.2-beta-devapi-24401-01",
        "System.Diagnostics.TraceSource": "4.0.1-beta-devapi-24401-01",
        "System.IO.FileSystem": "4.0.2-beta-devapi-24401-01",
        "System.IO.FileSystem.Primitives": "4.0.2-beta-devapi-24401-01",
        "System.Data.Common": "4.1.1-beta-devapi-24401-01",
        "System.Console": "4.0.1-beta-devapi-24401-01",
        "System.ComponentModel.TypeConverter": "4.1.1-beta-devapi-24401-01",
        "Microsoft.Win32.Registry": "4.0.1-beta-devapi-24401-01",
        "System.Reflection": "4.1.1-beta-devapi-24401-01",
        "System.Reflection.TypeExtensions": "4.1.1-beta-devapi-24401-01",
        "System.Threading.Tasks.Extensions": "4.1.0-beta-devapi-24401-01"
      },
      "imports": [
        "dotnet5.4"
      ]
    },
    "net46": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1",
        "System.Runtime.Serialization.Primitives": "4.2.0-beta-devapi-24401-01"
      }
    }
  }
}