-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathproject.json
More file actions
32 lines (30 loc) · 832 Bytes
/
project.json
File metadata and controls
32 lines (30 loc) · 832 Bytes
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
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"Newtonsoft.Json": "8.0.3",
"System.Diagnostics.StackTrace": "4.0.1-rc2-24027",
"System.Diagnostics.Process": "4.1.0-rc2-24027",
"System.Net.Requests": "4.0.11-rc2-24027",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
"System.Dynamic.Runtime": "4.0.11-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Reflection": "4.1.0-rc2-24027",
"System.Reflection.TypeExtensions": "4.1.0-rc2-24027"
},
"frameworks": {
"netstandard1.3": {
"imports": "dnxcore50"
},
"netstandard1.6": {
"imports": "dnxcore50"
},
"netcoreapp1.0": {
"imports": [
"dotnet5.6",
"dnxcore50",
"portable-net45+win8"
]
}
}
}