forked from stackify/stackify-api-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
65 lines (60 loc) · 1.82 KB
/
Copy pathproject.json
File metadata and controls
65 lines (60 loc) · 1.82 KB
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
{
"version": "1.24.0",
"title": "Stackify API",
"packOptions": {
"owners": [ "stackify_matt", "jtaylorstackify" ],
"tags": [ "stackify", "metrics", "errors", "logs" ],
"summary": "Library for accessing the Stackify API"
},
"dependencies": {
},
"frameworks": {
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.StackTrace": "4.0.1",
"Newtonsoft.Json": "9.0.1",
"System.Diagnostics.Process": "4.1.0",
"System.Dynamic.Runtime": "4.0.11",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Security.Cryptography.Algorithms": "4.2.0",
"System.Collections.Concurrent": "4.0.12",
"System.Threading.Timer": "4.0.1",
"System.IO.Compression": "4.1.0",
"System.AppContext": "4.1.0",
"System.Net.Requests": "4.0.11",
"System.Reflection": "4.1.0",
"System.Runtime.Extensions": "4.1.0",
"System.Net.Http": "4.1.0",
"System.Diagnostics.Tracing": "4.1.0"
}
},
"net40": {
"dependencies": {
"Newtonsoft.Json": "6.0.4"
},
"frameworkAssemblies": {
"System.Runtime.Serialization": "4.0.0.0",
"System.Configuration": "4.0.0.0",
"System.Management": "4.0.0.0",
"System.Web": "4.0.0.0",
"System.Data": "4.0.0.0"
}
},
"net45": {
"dependencies": {
"Newtonsoft.Json": "6.0.4"
},
"frameworkAssemblies": {
"System.Runtime.Serialization": "4.0.0.0",
"System.Configuration": "4.0.0.0",
"System.Management": "4.0.0.0",
"System.Web": "4.0.0.0",
"System.Data": "4.0.0.0",
"System.Collections.Concurrent": "4.0.0",
"System.Net.Requests": "4.0.0",
"System.Reflection": "4.0.0",
"System.Runtime.Extensions": "4.0.0"
}
}
}
}