diff --git a/src/Exceptionless.Signed/project.json b/src/Exceptionless.Signed/project.json index 59c358c6..3c229e98 100644 --- a/src/Exceptionless.Signed/project.json +++ b/src/Exceptionless.Signed/project.json @@ -1,12 +1,28 @@ { "version": "99.99.99-dev", "title": "Exceptionless client for non visual (ie. Console and Services) applications.", - "authors": [ "Exceptionless" ], + "authors": [ + "Exceptionless" + ], "copyright": "Copyright (c) 2016 Exceptionless. All rights reserved.", "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.", "packOptions": { - "tags": [ "Exceptionless", "Error", "Report", "Reporting", "Exception", "Logging", "Log", "ELMAH", "pcl", "NETSTANDARD", "Core" ], - "owners": [ "Exceptionless" ], + "tags": [ + "Exceptionless", + "Error", + "Report", + "Reporting", + "Exception", + "Logging", + "Log", + "ELMAH", + "pcl", + "NETSTANDARD", + "Core" + ], + "owners": [ + "Exceptionless" + ], "projectUrl": "http://exceptionless.io", "releaseNotes": "https://github.com/exceptionless/Exceptionless.Net/releases", "iconUrl": "https://be.exceptionless.io/img/exceptionless-32.png", @@ -16,7 +32,9 @@ "url": "https://github.com/exceptionless/Exceptionless.Net" }, "files": { - "include": [ "../Exceptionless/readme.txt" ] + "include": [ + "../Exceptionless/readme.txt" + ] } }, "buildOptions": { @@ -34,19 +52,24 @@ "Exceptionless.Json.Dynamic.snk": "../Exceptionless/Newtonsoft.Json/Dynamic.snk" } }, - "keyFile": "../Exceptionless.snk", + "keyFile": "../Exceptionless.snk", "nowarn": [ "CS1591" ], "optimize": true, - "warningsAsErrors": true, + "warningsAsErrors": true, "xmlDoc": true }, "frameworks": { "netstandard1.2": { "buildOptions": { "debugType": "portable", - "define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_2" ] + "define": [ + "SIGNED", + "NO_SQL_CLIENT", + "NETSTANDARD", + "NETSTANDARD1_2" + ] }, "dependencies": { "System.Collections": "4.0.11", @@ -87,7 +110,12 @@ "netstandard1.3": { "buildOptions": { "debugType": "portable", - "define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_3" ] + "define": [ + "SIGNED", + "NO_SQL_CLIENT", + "NETSTANDARD", + "NETSTANDARD1_3" + ] }, "dependencies": { "Microsoft.Extensions.PlatformAbstractions": "1.0.0", @@ -141,7 +169,12 @@ "netstandard1.4": { "buildOptions": { "debugType": "portable", - "define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_4" ] + "define": [ + "SIGNED", + "NO_SQL_CLIENT", + "NETSTANDARD", + "NETSTANDARD1_4" + ] }, "dependencies": { "Microsoft.Extensions.PlatformAbstractions": "1.0.0", @@ -196,7 +229,12 @@ "netstandard1.5": { "buildOptions": { "debugType": "portable", - "define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_5" ] + "define": [ + "SIGNED", + "NO_SQL_CLIENT", + "NETSTANDARD", + "NETSTANDARD1_5" + ] }, "dependencies": { "Microsoft.Extensions.PlatformAbstractions": "1.0.0", @@ -251,57 +289,145 @@ ".NETPortable,Version=v4.6,Profile=Profile151": { "buildOptions": { "debugType": "portable", - "define": [ "SIGNED", "PORTABLE" ] + "define": [ + "SIGNED", + "PORTABLE" + ] }, "frameworkAssemblies": { - "Microsoft.CSharp": "", - "System": "", - "System.Collections": "", - "System.Core": "", - "System.Diagnostics.Debug": "", - "System.Dynamic.Runtime": "", - "System.Globalization": "", - "System.IO": "", - "System.IO.Compression": "", - "System.Linq": "", - "System.Linq.Expressions": "", - "System.Net.Http": "", - "System.Net.Primitives": "", - "System.ObjectModel": "", - "System.Reflection": "", - "System.Reflection.Extensions": "", - "System.Reflection.Primitives": "", - "System.Resources.ResourceManager": "", - "System.Runtime": "", - "System.Runtime.Extensions": "", - "System.Runtime.Serialization": "", - "System.Runtime.Serialization.Primitives": "", - "System.Text.Encoding": "", - "System.Text.Encoding.Extensions": "", - "System.Text.RegularExpressions": "", - "System.Threading": "", - "System.Threading.Tasks": "", - "System.Threading.Timer": "", - "System.Xml": "", - "System.Xml.Linq": "", - "System.Xml.ReaderWriter": "", - "System.Xml.XDocument": "" + "Microsoft.CSharp": { + "type": "build" + }, + "System": { + "type": "build" + }, + "System.Collections": { + "type": "build" + }, + "System.Core": { + "type": "build" + }, + "System.Diagnostics.Debug": { + "type": "build" + }, + "System.Dynamic.Runtime": { + "type": "build" + }, + "System.Globalization": { + "type": "build" + }, + "System.IO": { + "type": "build" + }, + "System.IO.Compression": { + "type": "build" + }, + "System.Linq": { + "type": "build" + }, + "System.Linq.Expressions": { + "type": "build" + }, + "System.Net.Http": { + "type": "build" + }, + "System.Net.Primitives": { + "type": "build" + }, + "System.ObjectModel": { + "type": "build" + }, + "System.Reflection": { + "type": "build" + }, + "System.Reflection.Extensions": { + "type": "build" + }, + "System.Reflection.Primitives": { + "type": "build" + }, + "System.Resources.ResourceManager": { + "type": "build" + }, + "System.Runtime": { + "type": "build" + }, + "System.Runtime.Extensions": { + "type": "build" + }, + "System.Runtime.Serialization": { + "type": "build" + }, + "System.Runtime.Serialization.Primitives": { + "type": "build" + }, + "System.Text.Encoding": { + "type": "build" + }, + "System.Text.Encoding.Extensions": { + "type": "build" + }, + "System.Text.RegularExpressions": { + "type": "build" + }, + "System.Threading": { + "type": "build" + }, + "System.Threading.Tasks": { + "type": "build" + }, + "System.Threading.Timer": { + "type": "build" + }, + "System.Xml": { + "type": "build" + }, + "System.Xml.Linq": { + "type": "build" + }, + "System.Xml.ReaderWriter": { + "type": "build" + }, + "System.Xml.XDocument": { + "type": "build" + } } }, "net45": { "buildOptions": { - "define": [ "SIGNED", "NET45" ] + "define": [ + "SIGNED", + "NET45" + ] }, "frameworkAssemblies": { - "Microsoft.VisualBasic": "", - "System.Configuration": "", - "System.Data": "", - "System.Net.Http": "", - "System.Net.Http.WebRequest": "", - "System.Numerics": "", - "System.Runtime.Serialization": "", - "System.Xml": "", - "System.Xml.Linq": "" + "Microsoft.VisualBasic": { + "type": "build" + }, + "System.Configuration": { + "type": "build" + }, + "System.Data": { + "type": "build" + }, + "System.Net.Http": { + "type": "build" + }, + "System.Net.Http.WebRequest": { + "type": "build" + }, + "System.Numerics": { + "type": "build" + }, + "System.Runtime.Serialization": { + "type": "build" + }, + "System.Xml": { + "type": "build" + }, + "System.Xml.Linq": { + "type": "build" + } } } } diff --git a/src/Exceptionless/project.json b/src/Exceptionless/project.json index 02d67a74..5392cacf 100644 --- a/src/Exceptionless/project.json +++ b/src/Exceptionless/project.json @@ -1,12 +1,28 @@ { "version": "99.99.99-dev", "title": "Exceptionless client for non visual (ie. Console and Services) applications.", - "authors": [ "Exceptionless" ], + "authors": [ + "Exceptionless" + ], "copyright": "Copyright (c) 2016 Exceptionless. All rights reserved.", "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.", "packOptions": { - "tags": [ "Exceptionless", "Error", "Report", "Reporting", "Exception", "Logging", "Log", "ELMAH", "pcl", "NETSTANDARD", "Core" ], - "owners": [ "Exceptionless" ], + "tags": [ + "Exceptionless", + "Error", + "Report", + "Reporting", + "Exception", + "Logging", + "Log", + "ELMAH", + "pcl", + "NETSTANDARD", + "Core" + ], + "owners": [ + "Exceptionless" + ], "projectUrl": "http://exceptionless.io", "releaseNotes": "https://github.com/exceptionless/Exceptionless.Net/releases", "iconUrl": "https://be.exceptionless.io/img/exceptionless-32.png", @@ -16,11 +32,16 @@ "url": "https://github.com/exceptionless/Exceptionless.Net" }, "files": { - "include": [ "readme.txt" ] + "include": [ + "readme.txt" + ] } }, "buildOptions": { - "compile": [ "**/*.cs", "../GlobalAssemblyInfo.cs" ], + "compile": [ + "**/*.cs", + "../GlobalAssemblyInfo.cs" + ], "embed": { "mappings": { "Exceptionless.Json.Dynamic.snk": "Newtonsoft.Json/Dynamic.snk" @@ -37,7 +58,11 @@ "netstandard1.2": { "buildOptions": { "debugType": "portable", - "define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_2" ] + "define": [ + "NO_SQL_CLIENT", + "NETSTANDARD", + "NETSTANDARD1_2" + ] }, "dependencies": { "System.Collections": "4.0.11", @@ -78,7 +103,11 @@ "netstandard1.3": { "buildOptions": { "debugType": "portable", - "define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_3" ] + "define": [ + "NO_SQL_CLIENT", + "NETSTANDARD", + "NETSTANDARD1_3" + ] }, "dependencies": { "Microsoft.Extensions.PlatformAbstractions": "1.0.0", @@ -132,7 +161,11 @@ "netstandard1.4": { "buildOptions": { "debugType": "portable", - "define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_4" ] + "define": [ + "NO_SQL_CLIENT", + "NETSTANDARD", + "NETSTANDARD1_4" + ] }, "dependencies": { "Microsoft.Extensions.PlatformAbstractions": "1.0.0", @@ -187,7 +220,11 @@ "netstandard1.5": { "buildOptions": { "debugType": "portable", - "define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_5" ] + "define": [ + "NO_SQL_CLIENT", + "NETSTANDARD", + "NETSTANDARD1_5" + ] }, "dependencies": { "Microsoft.Extensions.PlatformAbstractions": "1.0.0", @@ -242,46 +279,114 @@ ".NETPortable,Version=v4.6,Profile=Profile151": { "buildOptions": { "debugType": "portable", - "define": [ "PORTABLE" ] + "define": [ + "PORTABLE" + ] }, "frameworkAssemblies": { - "Microsoft.CSharp": "", - "System": "", - "System.Collections": "", - "System.Core": "", - "System.Diagnostics.Debug": "", - "System.Dynamic.Runtime": "", - "System.Globalization": "", - "System.IO": "", - "System.IO.Compression": "", - "System.Linq": "", - "System.Linq.Expressions": "", - "System.Net.Http": "", - "System.Net.Primitives": "", - "System.ObjectModel": "", - "System.Reflection": "", - "System.Reflection.Extensions": "", - "System.Reflection.Primitives": "", - "System.Resources.ResourceManager": "", - "System.Runtime": "", - "System.Runtime.Extensions": "", - "System.Runtime.Serialization": "", - "System.Runtime.Serialization.Primitives": "", - "System.Text.Encoding": "", - "System.Text.Encoding.Extensions": "", - "System.Text.RegularExpressions": "", - "System.Threading": "", - "System.Threading.Tasks": "", - "System.Threading.Timer": "", - "System.Xml": "", - "System.Xml.Linq": "", - "System.Xml.ReaderWriter": "", - "System.Xml.XDocument": "" + "Microsoft.CSharp": { + "type": "build" + }, + "System": { + "type": "build" + }, + "System.Collections": { + "type": "build" + }, + "System.Core": { + "type": "build" + }, + "System.Diagnostics.Debug": { + "type": "build" + }, + "System.Dynamic.Runtime": { + "type": "build" + }, + "System.Globalization": { + "type": "build" + }, + "System.IO": { + "type": "build" + }, + "System.IO.Compression": { + "type": "build" + }, + "System.Linq": { + "type": "build" + }, + "System.Linq.Expressions": { + "type": "build" + }, + "System.Net.Http": { + "type": "build" + }, + "System.Net.Primitives": { + "type": "build" + }, + "System.ObjectModel": { + "type": "build" + }, + "System.Reflection": { + "type": "build" + }, + "System.Reflection.Extensions": { + "type": "build" + }, + "System.Reflection.Primitives": { + "type": "build" + }, + "System.Resources.ResourceManager": { + "type": "build" + }, + "System.Runtime": { + "type": "build" + }, + "System.Runtime.Extensions": { + "type": "build" + }, + "System.Runtime.Serialization": { + "type": "build" + }, + "System.Runtime.Serialization.Primitives": { + "type": "build" + }, + "System.Text.Encoding": { + "type": "build" + }, + "System.Text.Encoding.Extensions": { + "type": "build" + }, + "System.Text.RegularExpressions": { + "type": "build" + }, + "System.Threading": { + "type": "build" + }, + "System.Threading.Tasks": { + "type": "build" + }, + "System.Threading.Timer": { + "type": "build" + }, + "System.Xml": { + "type": "build" + }, + "System.Xml.Linq": { + "type": "build" + }, + "System.Xml.ReaderWriter": { + "type": "build" + }, + "System.Xml.XDocument": { + "type": "build" + } } }, "net45": { "buildOptions": { - "define": [ "NET45" ] + "define": [ + "NET45" + ] }, "frameworkAssemblies": { "Microsoft.VisualBasic": { diff --git a/src/Platforms/Exceptionless.AspNetCore.Signed/project.json b/src/Platforms/Exceptionless.AspNetCore.Signed/project.json index 26ea4290..077de9e7 100644 --- a/src/Platforms/Exceptionless.AspNetCore.Signed/project.json +++ b/src/Platforms/Exceptionless.AspNetCore.Signed/project.json @@ -1,12 +1,26 @@ { "version": "99.99.99-dev", "title": "Exceptionless client for ASP.NET Core", - "authors": [ "Exceptionless" ], + "authors": [ + "Exceptionless" + ], "copyright": "Copyright (c) 2016 Exceptionless. All rights reserved.", "description": "Exceptionless client for ASP.NET Core. Exceptionless is a cloud based error reporting service that sends your exceptions to http://exceptionless.io and provides aggregated views and analytics.", "packOptions": { - "tags": [ "ASP.NET", "Exceptionless", "Error", "Report", "Reporting", "Exception", "Logging", "Log", "ELMAH" ], - "owners": [ "Exceptionless" ], + "tags": [ + "ASP.NET", + "Exceptionless", + "Error", + "Report", + "Reporting", + "Exception", + "Logging", + "Log", + "ELMAH" + ], + "owners": [ + "Exceptionless" + ], "projectUrl": "http://exceptionless.io", "releaseNotes": "https://github.com/exceptionless/Exceptionless.Net/releases", "iconUrl": "https://be.exceptionless.io/img/exceptionless-32.png", @@ -16,20 +30,22 @@ "url": "https://github.com/exceptionless/Exceptionless.Net" }, "files": { - "include": [ "../Exceptionless.AspNetCore/readme.txt" ] + "include": [ + "../Exceptionless.AspNetCore/readme.txt" + ] } }, "buildOptions": { "compile": { "include": [ - "../Exceptionless.AspNetCore/**/*.cs", - "../../GlobalAssemblyInfo.cs" + "../Exceptionless.AspNetCore/**/*.cs", + "../../GlobalAssemblyInfo.cs" ], "exclude": [ "../Exceptionless.AspNetCore/obj/" ] }, - "keyFile": "../../Exceptionless.snk", + "keyFile": "../../Exceptionless.snk", "nowarn": [ "CS1591" ], @@ -52,7 +68,10 @@ "frameworks": { "netstandard1.5": { "buildOptions": { - "define": [ "SIGNED", "NETSTANDARD1_5" ] + "define": [ + "SIGNED", + "NETSTANDARD1_5" + ] }, "dependencies": { "System.Net.Primitives": "4.0.11" @@ -60,11 +79,16 @@ }, "net451": { "buildOptions": { - "define": [ "SIGNED", "NET45" ] + "define": [ + "SIGNED", + "NET45" + ] }, "frameworkAssemblies": { - "System.Net.Primitives": "" + "System.Net.Primitives": { + "type": "build" + } } } } -} +} \ No newline at end of file diff --git a/src/Platforms/Exceptionless.Log4net.Signed/project.json b/src/Platforms/Exceptionless.Log4net.Signed/project.json index 072a5d8e..8bd13053 100644 --- a/src/Platforms/Exceptionless.Log4net.Signed/project.json +++ b/src/Platforms/Exceptionless.Log4net.Signed/project.json @@ -49,7 +49,9 @@ "define": [ "SIGNED", "NET45" ] }, "frameworkAssemblies": { - "System.Configuration": "" + "System.Configuration": { + "type": "build" + } } } } diff --git a/src/Platforms/Exceptionless.Mvc.Signed/project.json b/src/Platforms/Exceptionless.Mvc.Signed/project.json index 4d683a82..5537664f 100644 --- a/src/Platforms/Exceptionless.Mvc.Signed/project.json +++ b/src/Platforms/Exceptionless.Mvc.Signed/project.json @@ -58,8 +58,12 @@ "define": [ "SIGNED", "NET45" ] }, "frameworkAssemblies": { - "System.Configuration": "", - "System.Web": "" + "System.Configuration": { + "type": "build" + }, + "System.Web": { + "type": "build" + } } } } diff --git a/src/Platforms/Exceptionless.Web.Signed/project.json b/src/Platforms/Exceptionless.Web.Signed/project.json index 12d92259..add83f7f 100644 --- a/src/Platforms/Exceptionless.Web.Signed/project.json +++ b/src/Platforms/Exceptionless.Web.Signed/project.json @@ -52,9 +52,15 @@ "define": [ "SIGNED", "NET45" ] }, "frameworkAssemblies": { - "System.Configuration": "", - "System.ServiceModel": "", - "System.Web": "" + "System.Configuration": { + "type": "build" + }, + "System.ServiceModel": { + "type": "build" + }, + "System.Web": { + "type": "build" + } } } } diff --git a/src/Platforms/Exceptionless.WebApi.Signed/project.json b/src/Platforms/Exceptionless.WebApi.Signed/project.json index 1822004a..501a3123 100644 --- a/src/Platforms/Exceptionless.WebApi.Signed/project.json +++ b/src/Platforms/Exceptionless.WebApi.Signed/project.json @@ -53,9 +53,15 @@ "define": [ "SIGNED", "NET45" ] }, "frameworkAssemblies": { - "System.Configuration": "", - "System.Net.Http": "", - "System.ServiceModel": "" + "System.Configuration": { + "type": "build" + }, + "System.Net.Http": { + "type": "build" + }, + "System.ServiceModel": { + "type": "build" + } } } }