aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/project.json
blob: 0ec2f45d6a99bafd67f7daeff69db32d23a9748a (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
{
  "version": "1.0.0-*",

  "dependencies": {
    
  },

  "frameworks": {
    "net46": {
      "frameworkAssemblies": {
        "System.Collections": "4.0.0.0",
        "System.Net": "4.0.0.0",
        "System.Net.Http": "4.0.0.0",
        "System.Runtime": "4.0.0.0",
        "System.Threading": "4.0.0.0",
        "System.Threading.Tasks": "4.0.0.0",
        "System.Xml": "4.0.0.0"
      },
      "dependencies": {
        
      }
    },
    "netstandard1.6": {
      "imports": "dnxcore50",
      "dependencies": {
        "NETStandard.Library": "1.6.0",
		"System.Collections": "4.0.11",
		"System.Diagnostics.Debug": "4.0.11",
		"System.Diagnostics.Tools": "4.0.1",
		"System.IO": "4.1.0",
		"System.Linq": "4.1.0",
		"System.Net.Http": "4.1.0",
		"System.Net.Primitives": "4.0.11",
		"System.Net.Sockets": "4.1.0",
		"System.Resources.ResourceManager": "4.0.1",
		"System.Runtime": "4.1.0",
		"System.Runtime.Extensions": "4.1.0",
		"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
		"System.Text.Encoding": "4.0.11",
		"System.Text.Encoding.Extensions": "4.0.11",
		"System.Threading": "4.0.11",
		"System.Threading.Tasks": "4.0.11",
		"System.Threading.Timer": "4.0.1",
		"System.Xml.ReaderWriter": "4.0.11"
      }
    }
  }
}