-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathproject.json
More file actions
32 lines (32 loc) · 1.06 KB
/
Copy pathproject.json
File metadata and controls
32 lines (32 loc) · 1.06 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
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
},
"System.Text.Encoding.CodePages": "4.0.1-rc2-24027"
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50",
"dependencies": {
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Net.NameResolution": "4.0.0-rc2-24027",
"System.Net.Security": "4.0.0-rc2-24027",
"System.Private.ServiceModel": "4.1.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"System.Runtime.Serialization.Xml": "4.1.1-rc2-24027",
"System.Security.Principal.Windows": "4.0.0-rc2-24027",
"System.ServiceModel.Duplex": "4.0.1-rc2-24027",
"System.ServiceModel.Http": "4.1.0-rc2-24027",
"System.ServiceModel.NetTcp": "4.1.0-rc2-24027",
"System.ServiceModel.Primitives": "4.1.0-rc2-24027",
"System.ServiceModel.Security": "4.0.1-rc2-24027"
}
}
}
}