diff --git a/samples/Exceptionless.SampleWcf/Exceptionless.SampleWcf.csproj b/samples/Exceptionless.SampleWcf/Exceptionless.SampleWcf.csproj index 49c360ee..d9c2108c 100644 --- a/samples/Exceptionless.SampleWcf/Exceptionless.SampleWcf.csproj +++ b/samples/Exceptionless.SampleWcf/Exceptionless.SampleWcf.csproj @@ -13,8 +13,8 @@ Properties Exceptionless.SampleWcf Exceptionless.SampleWcf - v4.5.2 - net452 + v4.6.2 + net462 true diff --git a/samples/Exceptionless.SampleWeb/Exceptionless.SampleWeb.csproj b/samples/Exceptionless.SampleWeb/Exceptionless.SampleWeb.csproj index 2c58f1d0..3d72a8ff 100644 --- a/samples/Exceptionless.SampleWeb/Exceptionless.SampleWeb.csproj +++ b/samples/Exceptionless.SampleWeb/Exceptionless.SampleWeb.csproj @@ -17,8 +17,8 @@ 4.0 - v4.5.2 - net452 + v4.6.2 + net462 true diff --git a/samples/Exceptionless.SampleWebApi/Exceptionless.SampleWebApi.csproj b/samples/Exceptionless.SampleWebApi/Exceptionless.SampleWebApi.csproj index a7a97568..af9a28c1 100644 --- a/samples/Exceptionless.SampleWebApi/Exceptionless.SampleWebApi.csproj +++ b/samples/Exceptionless.SampleWebApi/Exceptionless.SampleWebApi.csproj @@ -1,7 +1,7 @@  - net452 + net462 true Exceptionless.SampleWebApi Exe @@ -31,11 +31,11 @@ - + $(DefineConstants);NET45 - + diff --git a/samples/Exceptionless.SampleWindows/Exceptionless.SampleWindows.csproj b/samples/Exceptionless.SampleWindows/Exceptionless.SampleWindows.csproj index 5074f3c4..75d121d0 100644 --- a/samples/Exceptionless.SampleWindows/Exceptionless.SampleWindows.csproj +++ b/samples/Exceptionless.SampleWindows/Exceptionless.SampleWindows.csproj @@ -3,7 +3,7 @@ netcoreapp3.1 - netcoreapp3.1;net452 + netcoreapp3.1;net462 @@ -17,7 +17,7 @@ $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 - + $(DefineConstants);NET45 diff --git a/samples/Exceptionless.SampleWpf/Exceptionless.SampleWpf.csproj b/samples/Exceptionless.SampleWpf/Exceptionless.SampleWpf.csproj index 9f4f95e3..9ae9a98b 100644 --- a/samples/Exceptionless.SampleWpf/Exceptionless.SampleWpf.csproj +++ b/samples/Exceptionless.SampleWpf/Exceptionless.SampleWpf.csproj @@ -3,7 +3,7 @@ netcoreapp3.1 - netcoreapp3.1;net452 + netcoreapp3.1;net462 @@ -16,7 +16,7 @@ $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 - + $(DefineConstants);NET45 diff --git a/src/Exceptionless/Exceptionless.csproj b/src/Exceptionless/Exceptionless.csproj index 2c4478d6..4526f72f 100644 --- a/src/Exceptionless/Exceptionless.csproj +++ b/src/Exceptionless/Exceptionless.csproj @@ -5,7 +5,7 @@ netstandard2.0 - netstandard2.0;net452 + netstandard2.0;net462 @@ -43,11 +43,11 @@ - + $(DefineConstants);NET45;HAVE_ADO_NET;HAVE_APP_DOMAIN;HAVE_ASYNC;HAVE_BIG_INTEGER;HAVE_BINARY_FORMATTER;HAVE_BINARY_SERIALIZATION;HAVE_BINARY_EXCEPTION_SERIALIZATION;HAVE_CAS;HAVE_CHAR_TO_LOWER_WITH_CULTURE;HAVE_CHAR_TO_STRING_WITH_CULTURE;HAVE_COM_ATTRIBUTES;HAVE_COMPONENT_MODEL;HAVE_CONCURRENT_COLLECTIONS;HAVE_COVARIANT_GENERICS;HAVE_DATA_CONTRACTS;HAVE_DATE_TIME_OFFSET;HAVE_DB_NULL_TYPE_CODE;HAVE_DYNAMIC;HAVE_EMPTY_TYPES;HAVE_ENTITY_FRAMEWORK;HAVE_EXPRESSIONS;HAVE_FAST_REVERSE;HAVE_FSHARP_TYPES;HAVE_FULL_REFLECTION;HAVE_GUID_TRY_PARSE;HAVE_HASH_SET;HAVE_ICLONEABLE;HAVE_ICONVERTIBLE;HAVE_IGNORE_DATA_MEMBER_ATTRIBUTE;HAVE_INOTIFY_COLLECTION_CHANGED;HAVE_INOTIFY_PROPERTY_CHANGING;HAVE_ISET;HAVE_LINQ;HAVE_MEMORY_BARRIER;HAVE_METHOD_IMPL_ATTRIBUTE;HAVE_NON_SERIALIZED_ATTRIBUTE;HAVE_READ_ONLY_COLLECTIONS;HAVE_REFLECTION_EMIT;HAVE_SECURITY_SAFE_CRITICAL_ATTRIBUTE;HAVE_SERIALIZATION_BINDER_BIND_TO_NAME;HAVE_STREAM_READER_WRITER_CLOSE;HAVE_STRING_JOIN_WITH_ENUMERABLE;HAVE_TIME_SPAN_PARSE_WITH_CULTURE;HAVE_TIME_SPAN_TO_STRING_WITH_CULTURE;HAVE_TIME_ZONE_INFO;HAVE_TRACE_WRITER;HAVE_TYPE_DESCRIPTOR;HAVE_UNICODE_SURROGATE_DETECTION;HAVE_VARIANT_TYPE_PARAMETERS;HAVE_VERSION_TRY_PARSE;HAVE_XLINQ;HAVE_XML_DOCUMENT;HAVE_XML_DOCUMENT_TYPE;HAVE_CONCURRENT_DICTIONARY; - + diff --git a/src/Platforms/Exceptionless.Log4net/Exceptionless.Log4net.csproj b/src/Platforms/Exceptionless.Log4net/Exceptionless.Log4net.csproj index a5ffc679..2e46da19 100644 --- a/src/Platforms/Exceptionless.Log4net/Exceptionless.Log4net.csproj +++ b/src/Platforms/Exceptionless.Log4net/Exceptionless.Log4net.csproj @@ -5,7 +5,7 @@ netstandard2.0 - netstandard2.0;net452 + netstandard2.0;net462 @@ -32,11 +32,11 @@ $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 - + $(DefineConstants);NET45 - + diff --git a/src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj b/src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj index 3820fcf7..bc5b8894 100644 --- a/src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj +++ b/src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj @@ -7,7 +7,7 @@ Exceptionless client for ASP.NET MVC 3+ applications. Exceptionless client for ASP.NET MVC 3+ applications. $(Description) $(PackageTags);ASP.NET;MVC - net452 + net462 @@ -34,11 +34,11 @@ - + $(DefineConstants);NET45 - + diff --git a/src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj b/src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj index 18b60b7c..237fed16 100644 --- a/src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj +++ b/src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj @@ -5,7 +5,7 @@ netstandard2.0 - netstandard2.0;net452 + netstandard2.0;net462 @@ -32,11 +32,11 @@ $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 - + $(DefineConstants);NET45 - + diff --git a/src/Platforms/Exceptionless.Web/Exceptionless.Web.csproj b/src/Platforms/Exceptionless.Web/Exceptionless.Web.csproj index fb25bb64..fbe3cfd5 100644 --- a/src/Platforms/Exceptionless.Web/Exceptionless.Web.csproj +++ b/src/Platforms/Exceptionless.Web/Exceptionless.Web.csproj @@ -7,7 +7,7 @@ Exceptionless client for ASP.NET WebForms applications. Exceptionless client for ASP.NET WebForms applications. $(Description) $(PackageTags);ASP.NET;WebForms;Wcf - net452 + net462 @@ -26,11 +26,11 @@ - + $(DefineConstants);NET45 - + diff --git a/src/Platforms/Exceptionless.WebApi/Exceptionless.WebApi.csproj b/src/Platforms/Exceptionless.WebApi/Exceptionless.WebApi.csproj index 205401db..bf563651 100644 --- a/src/Platforms/Exceptionless.WebApi/Exceptionless.WebApi.csproj +++ b/src/Platforms/Exceptionless.WebApi/Exceptionless.WebApi.csproj @@ -6,7 +6,7 @@ Exceptionless.WebApi Exceptionless client for ASP.NET Web API applications. Exceptionless client for ASP.NET Web API applications. $(Description) - net452 + net462 $(PackageTags);ASP.NET;Web Api @@ -30,11 +30,11 @@ - + $(DefineConstants);NET45 - + diff --git a/src/Platforms/Exceptionless.Windows/Exceptionless.Windows.csproj b/src/Platforms/Exceptionless.Windows/Exceptionless.Windows.csproj index 94c2d3c2..62671a1f 100644 --- a/src/Platforms/Exceptionless.Windows/Exceptionless.Windows.csproj +++ b/src/Platforms/Exceptionless.Windows/Exceptionless.Windows.csproj @@ -5,7 +5,7 @@ netcoreapp3.1 - netcoreapp3.1;net452 + netcoreapp3.1;net462 @@ -39,7 +39,7 @@ $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 - + $(DefineConstants);NET45 diff --git a/src/Platforms/Exceptionless.Wpf/Exceptionless.Wpf.csproj b/src/Platforms/Exceptionless.Wpf/Exceptionless.Wpf.csproj index 831e4663..d47a940a 100644 --- a/src/Platforms/Exceptionless.Wpf/Exceptionless.Wpf.csproj +++ b/src/Platforms/Exceptionless.Wpf/Exceptionless.Wpf.csproj @@ -5,7 +5,7 @@ netcoreapp3.1 - netcoreapp3.1;net452 + netcoreapp3.1;net462 @@ -39,7 +39,7 @@ $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 - + $(DefineConstants);NET45