aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/project.json
blob: 409687ea166da4c69daf93ec35fbd9dad9a6e9ba (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
  "version": "1.0.0-*",

  "dependencies": {

  },

  "frameworks": {
    "net46": {
      "frameworkAssemblies": {
        "System.Collections": "4.0.0.0",
        "System.IO": "4.0.0.0",
        "System.Net": "4.0.0.0",
        "System.Net.Http": "4.0.0.0",
        "System.Net.Primitives": "4.0.0.0",
        "System.Net.Http.WebRequest": "4.0.0.0",
        "System.Reflection": "4.0.0.0",
        "System.Runtime": "4.0.0.0",
        "System.Runtime.Extensions": "4.0.0.0",
        "System.Text.Encoding": "4.0.0.0",
        "System.Threading": "4.0.0.0",
        "System.Threading.Tasks": "4.0.0.0",
        "System.Xml.ReaderWriter": "4.0.0"
      },
      "dependencies": {
        "SimpleInjector": "3.2.4",
        "ServiceStack.Text": "4.5.4",
        "NLog": "4.4.0-betaV15",
        "sharpcompress": "0.14.0",
        "MediaBrowser.Model": {
          "target": "project"
        },
        "MediaBrowser.Common": {
          "target": "project"
        }
      }
    },
    "netstandard1.6": {
      "imports": "dnxcore50",
      "dependencies": {
        "NETStandard.Library": "1.6.0",
        "System.IO.FileSystem.DriveInfo": "4.0.0",
        "System.Diagnostics.Process": "4.1.0",
        "System.Threading.Timer": "4.0.1",
        "System.Net.Requests": "4.0.11",
        "System.Xml.ReaderWriter": "4.0.11",
        "System.Xml.XmlSerializer": "4.0.11",
        "System.Net.Http": "4.1.0",
        "System.Net.Primitives": "4.0.11",
        "System.Net.Sockets": "4.1.0",
        "System.Net.NetworkInformation": "4.1.0",
        "System.Net.NameResolution": "4.0.0",
        "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
        "System.Reflection": "4.1.0",
        "System.Reflection.Primitives": "4.0.1",
        "System.Runtime.Loader": "4.0.0",
        "SimpleInjector": "3.2.4",
        "ServiceStack.Text.Core": "1.0.27",
        "NLog": "4.4.0-betaV15",
        "sharpcompress": "0.14.0",
		"System.AppDomain": "2.0.11",
        "MediaBrowser.Model": {
          "target": "project"
        },
        "MediaBrowser.Common": {
          "target": "project"
        }
      }
    }
  }
}