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

project.json « src « System.Runtime.Serialization.Json « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbcfd90bc88a567df4a95dfd56f4bf51b4ae2b16 (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
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "System.Runtime": "4.4.0-beta-24903-02",
        "System.Runtime.Serialization.Primitives": "4.4.0-beta-24903-02",
        "System.Collections.NonGeneric": "4.4.0-beta-24903-02",
        "System.Collections.Specialized": "4.4.0-beta-24903-02",
        "System.Diagnostics.TraceSource": "4.4.0-beta-24903-02",
        "System.IO.FileSystem": "4.4.0-beta-24903-02",
        "System.IO.FileSystem.Primitives": "4.4.0-beta-24903-02",
        "System.Data.Common": "4.4.0-beta-24903-02",
        "System.Console": "4.4.0-beta-24903-02",
        "System.ComponentModel.TypeConverter": "4.4.0-beta-24903-02",
        "Microsoft.Win32.Registry": "4.4.0-beta-24903-02",
        "System.Reflection": "4.4.0-beta-24903-02",
        "System.Reflection.TypeExtensions": "4.4.0-beta-24903-02",
        "System.Xml.ReaderWriter": "4.4.0-beta-24903-02",
        "System.Xml.XmlDocument": "4.4.0-beta-24903-02",
        "System.Threading.Tasks.Extensions": "4.4.0-beta-24903-02"
      }
    },
    "net463": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}