|
1 | 1 | {
|
2 | 2 | "version": "99.99.99-dev",
|
3 | 3 | "title": "Exceptionless client for non visual (ie. Console and Services) applications.",
|
4 |
| - "authors": [ "Exceptionless" ], |
| 4 | + "authors": [ |
| 5 | + "Exceptionless" |
| 6 | + ], |
5 | 7 | "copyright": "Copyright (c) 2016 Exceptionless. All rights reserved.",
|
6 | 8 | "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.",
|
7 | 9 | "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 | + ], |
10 | 26 | "projectUrl": "http://exceptionless.io",
|
11 | 27 | "releaseNotes": "https://github.com/exceptionless/Exceptionless.Net/releases",
|
12 | 28 | "iconUrl": "https://be.exceptionless.io/img/exceptionless-32.png",
|
|
16 | 32 | "url": "https://github.com/exceptionless/Exceptionless.Net"
|
17 | 33 | },
|
18 | 34 | "files": {
|
19 |
| - "include": [ "../Exceptionless/readme.txt" ] |
| 35 | + "include": [ |
| 36 | + "../Exceptionless/readme.txt" |
| 37 | + ] |
20 | 38 | }
|
21 | 39 | },
|
22 | 40 | "buildOptions": {
|
|
34 | 52 | "Exceptionless.Json.Dynamic.snk": "../Exceptionless/Newtonsoft.Json/Dynamic.snk"
|
35 | 53 | }
|
36 | 54 | },
|
37 |
| - "keyFile": "../Exceptionless.snk", |
| 55 | + "keyFile": "../Exceptionless.snk", |
38 | 56 | "nowarn": [
|
39 | 57 | "CS1591"
|
40 | 58 | ],
|
41 | 59 | "optimize": true,
|
42 |
| - "warningsAsErrors": true, |
| 60 | + "warningsAsErrors": true, |
43 | 61 | "xmlDoc": true
|
44 | 62 | },
|
45 | 63 | "frameworks": {
|
46 | 64 | "netstandard1.2": {
|
47 | 65 | "buildOptions": {
|
48 | 66 | "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 | + ] |
50 | 73 | },
|
51 | 74 | "dependencies": {
|
52 | 75 | "System.Collections": "4.0.11",
|
|
87 | 110 | "netstandard1.3": {
|
88 | 111 | "buildOptions": {
|
89 | 112 | "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 | + ] |
91 | 119 | },
|
92 | 120 | "dependencies": {
|
93 | 121 | "Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
|
141 | 169 | "netstandard1.4": {
|
142 | 170 | "buildOptions": {
|
143 | 171 | "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 | + ] |
145 | 178 | },
|
146 | 179 | "dependencies": {
|
147 | 180 | "Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
|
196 | 229 | "netstandard1.5": {
|
197 | 230 | "buildOptions": {
|
198 | 231 | "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 | + ] |
200 | 238 | },
|
201 | 239 | "dependencies": {
|
202 | 240 | "Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
|
251 | 289 | ".NETPortable,Version=v4.6,Profile=Profile151": {
|
252 | 290 | "buildOptions": {
|
253 | 291 | "debugType": "portable",
|
254 |
| - "define": [ "SIGNED", "PORTABLE" ] |
| 292 | + "define": [ |
| 293 | + "SIGNED", |
| 294 | + "PORTABLE" |
| 295 | + ] |
255 | 296 | },
|
256 | 297 | "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 | + } |
289 | 394 | }
|
290 | 395 | },
|
291 | 396 | "net45": {
|
292 | 397 | "buildOptions": {
|
293 |
| - "define": [ "SIGNED", "NET45" ] |
| 398 | + "define": [ |
| 399 | + "SIGNED", |
| 400 | + "NET45" |
| 401 | + ] |
294 | 402 | },
|
295 | 403 | "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 | + } |
305 | 431 | }
|
306 | 432 | }
|
307 | 433 | }
|
|
0 commit comments