Skip to content

Commit c7becdb

Browse files
committed
Made full framework references build time dependencies
1 parent a1540bf commit c7becdb

File tree

7 files changed

+389
-116
lines changed

7 files changed

+389
-116
lines changed

src/Exceptionless.Signed/project.json

Lines changed: 179 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
{
22
"version": "99.99.99-dev",
33
"title": "Exceptionless client for non visual (ie. Console and Services) applications.",
4-
"authors": [ "Exceptionless" ],
4+
"authors": [
5+
"Exceptionless"
6+
],
57
"copyright": "Copyright (c) 2016 Exceptionless. All rights reserved.",
68
"description": "Exceptionless client for portable applications. Exceptionless is a cloud based error reporting service that sends your exceptions to http://exceptionless.io and provides aggregated views and analytics.",
79
"packOptions": {
8-
"tags": [ "Exceptionless", "Error", "Report", "Reporting", "Exception", "Logging", "Log", "ELMAH", "pcl", "NETSTANDARD", "Core" ],
9-
"owners": [ "Exceptionless" ],
10+
"tags": [
11+
"Exceptionless",
12+
"Error",
13+
"Report",
14+
"Reporting",
15+
"Exception",
16+
"Logging",
17+
"Log",
18+
"ELMAH",
19+
"pcl",
20+
"NETSTANDARD",
21+
"Core"
22+
],
23+
"owners": [
24+
"Exceptionless"
25+
],
1026
"projectUrl": "http://exceptionless.io",
1127
"releaseNotes": "https://github.com/exceptionless/Exceptionless.Net/releases",
1228
"iconUrl": "https://be.exceptionless.io/img/exceptionless-32.png",
@@ -16,7 +32,9 @@
1632
"url": "https://github.com/exceptionless/Exceptionless.Net"
1733
},
1834
"files": {
19-
"include": [ "../Exceptionless/readme.txt" ]
35+
"include": [
36+
"../Exceptionless/readme.txt"
37+
]
2038
}
2139
},
2240
"buildOptions": {
@@ -34,19 +52,24 @@
3452
"Exceptionless.Json.Dynamic.snk": "../Exceptionless/Newtonsoft.Json/Dynamic.snk"
3553
}
3654
},
37-
"keyFile": "../Exceptionless.snk",
55+
"keyFile": "../Exceptionless.snk",
3856
"nowarn": [
3957
"CS1591"
4058
],
4159
"optimize": true,
42-
"warningsAsErrors": true,
60+
"warningsAsErrors": true,
4361
"xmlDoc": true
4462
},
4563
"frameworks": {
4664
"netstandard1.2": {
4765
"buildOptions": {
4866
"debugType": "portable",
49-
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_2" ]
67+
"define": [
68+
"SIGNED",
69+
"NO_SQL_CLIENT",
70+
"NETSTANDARD",
71+
"NETSTANDARD1_2"
72+
]
5073
},
5174
"dependencies": {
5275
"System.Collections": "4.0.11",
@@ -87,7 +110,12 @@
87110
"netstandard1.3": {
88111
"buildOptions": {
89112
"debugType": "portable",
90-
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_3" ]
113+
"define": [
114+
"SIGNED",
115+
"NO_SQL_CLIENT",
116+
"NETSTANDARD",
117+
"NETSTANDARD1_3"
118+
]
91119
},
92120
"dependencies": {
93121
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
@@ -141,7 +169,12 @@
141169
"netstandard1.4": {
142170
"buildOptions": {
143171
"debugType": "portable",
144-
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_4" ]
172+
"define": [
173+
"SIGNED",
174+
"NO_SQL_CLIENT",
175+
"NETSTANDARD",
176+
"NETSTANDARD1_4"
177+
]
145178
},
146179
"dependencies": {
147180
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
@@ -196,7 +229,12 @@
196229
"netstandard1.5": {
197230
"buildOptions": {
198231
"debugType": "portable",
199-
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_5" ]
232+
"define": [
233+
"SIGNED",
234+
"NO_SQL_CLIENT",
235+
"NETSTANDARD",
236+
"NETSTANDARD1_5"
237+
]
200238
},
201239
"dependencies": {
202240
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
@@ -251,57 +289,145 @@
251289
".NETPortable,Version=v4.6,Profile=Profile151": {
252290
"buildOptions": {
253291
"debugType": "portable",
254-
"define": [ "SIGNED", "PORTABLE" ]
292+
"define": [
293+
"SIGNED",
294+
"PORTABLE"
295+
]
255296
},
256297
"frameworkAssemblies": {
257-
"Microsoft.CSharp": "",
258-
"System": "",
259-
"System.Collections": "",
260-
"System.Core": "",
261-
"System.Diagnostics.Debug": "",
262-
"System.Dynamic.Runtime": "",
263-
"System.Globalization": "",
264-
"System.IO": "",
265-
"System.IO.Compression": "",
266-
"System.Linq": "",
267-
"System.Linq.Expressions": "",
268-
"System.Net.Http": "",
269-
"System.Net.Primitives": "",
270-
"System.ObjectModel": "",
271-
"System.Reflection": "",
272-
"System.Reflection.Extensions": "",
273-
"System.Reflection.Primitives": "",
274-
"System.Resources.ResourceManager": "",
275-
"System.Runtime": "",
276-
"System.Runtime.Extensions": "",
277-
"System.Runtime.Serialization": "",
278-
"System.Runtime.Serialization.Primitives": "",
279-
"System.Text.Encoding": "",
280-
"System.Text.Encoding.Extensions": "",
281-
"System.Text.RegularExpressions": "",
282-
"System.Threading": "",
283-
"System.Threading.Tasks": "",
284-
"System.Threading.Timer": "",
285-
"System.Xml": "",
286-
"System.Xml.Linq": "",
287-
"System.Xml.ReaderWriter": "",
288-
"System.Xml.XDocument": ""
298+
"Microsoft.CSharp": {
299+
"type": "build"
300+
},
301+
"System": {
302+
"type": "build"
303+
},
304+
"System.Collections": {
305+
"type": "build"
306+
},
307+
"System.Core": {
308+
"type": "build"
309+
},
310+
"System.Diagnostics.Debug": {
311+
"type": "build"
312+
},
313+
"System.Dynamic.Runtime": {
314+
"type": "build"
315+
},
316+
"System.Globalization": {
317+
"type": "build"
318+
},
319+
"System.IO": {
320+
"type": "build"
321+
},
322+
"System.IO.Compression": {
323+
"type": "build"
324+
},
325+
"System.Linq": {
326+
"type": "build"
327+
},
328+
"System.Linq.Expressions": {
329+
"type": "build"
330+
},
331+
"System.Net.Http": {
332+
"type": "build"
333+
},
334+
"System.Net.Primitives": {
335+
"type": "build"
336+
},
337+
"System.ObjectModel": {
338+
"type": "build"
339+
},
340+
"System.Reflection": {
341+
"type": "build"
342+
},
343+
"System.Reflection.Extensions": {
344+
"type": "build"
345+
},
346+
"System.Reflection.Primitives": {
347+
"type": "build"
348+
},
349+
"System.Resources.ResourceManager": {
350+
"type": "build"
351+
},
352+
"System.Runtime": {
353+
"type": "build"
354+
},
355+
"System.Runtime.Extensions": {
356+
"type": "build"
357+
},
358+
"System.Runtime.Serialization": {
359+
"type": "build"
360+
},
361+
"System.Runtime.Serialization.Primitives": {
362+
"type": "build"
363+
},
364+
"System.Text.Encoding": {
365+
"type": "build"
366+
},
367+
"System.Text.Encoding.Extensions": {
368+
"type": "build"
369+
},
370+
"System.Text.RegularExpressions": {
371+
"type": "build"
372+
},
373+
"System.Threading": {
374+
"type": "build"
375+
},
376+
"System.Threading.Tasks": {
377+
"type": "build"
378+
},
379+
"System.Threading.Timer": {
380+
"type": "build"
381+
},
382+
"System.Xml": {
383+
"type": "build"
384+
},
385+
"System.Xml.Linq": {
386+
"type": "build"
387+
},
388+
"System.Xml.ReaderWriter": {
389+
"type": "build"
390+
},
391+
"System.Xml.XDocument": {
392+
"type": "build"
393+
}
289394
}
290395
},
291396
"net45": {
292397
"buildOptions": {
293-
"define": [ "SIGNED", "NET45" ]
398+
"define": [
399+
"SIGNED",
400+
"NET45"
401+
]
294402
},
295403
"frameworkAssemblies": {
296-
"Microsoft.VisualBasic": "",
297-
"System.Configuration": "",
298-
"System.Data": "",
299-
"System.Net.Http": "",
300-
"System.Net.Http.WebRequest": "",
301-
"System.Numerics": "",
302-
"System.Runtime.Serialization": "",
303-
"System.Xml": "",
304-
"System.Xml.Linq": ""
404+
"Microsoft.VisualBasic": {
405+
"type": "build"
406+
},
407+
"System.Configuration": {
408+
"type": "build"
409+
},
410+
"System.Data": {
411+
"type": "build"
412+
},
413+
"System.Net.Http": {
414+
"type": "build"
415+
},
416+
"System.Net.Http.WebRequest": {
417+
"type": "build"
418+
},
419+
"System.Numerics": {
420+
"type": "build"
421+
},
422+
"System.Runtime.Serialization": {
423+
"type": "build"
424+
},
425+
"System.Xml": {
426+
"type": "build"
427+
},
428+
"System.Xml.Linq": {
429+
"type": "build"
430+
}
305431
}
306432
}
307433
}

0 commit comments

Comments
 (0)