Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Exceptionless.SampleWcf</RootNamespace>
<AssemblyName>Exceptionless.SampleWcf</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersionProperty Condition=" '$(TargetFrameworkVersionProperty)' == '' ">net452</TargetFrameworkVersionProperty>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersionProperty Condition=" '$(TargetFrameworkVersionProperty)' == '' ">net462</TargetFrameworkVersionProperty>
<UseIISExpress>true</UseIISExpress>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersionProperty Condition=" '$(TargetFrameworkVersionProperty)' == '' ">net452</TargetFrameworkVersionProperty>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersionProperty Condition=" '$(TargetFrameworkVersionProperty)' == '' ">net462</TargetFrameworkVersionProperty>
<TargetFrameworkProfile />
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<TargetFramework>net462</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>Exceptionless.SampleWebApi</AssemblyName>
<OutputType>Exe</OutputType>
Expand Down Expand Up @@ -31,11 +31,11 @@
<PackageReference Include="Owin" Version="1.0" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' ">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' ">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>netcoreapp3.1;net452</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -17,7 +17,7 @@
<DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>netcoreapp3.1;net452</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -16,7 +16,7 @@
<DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/Exceptionless/Exceptionless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="Package">
Expand Down Expand Up @@ -43,11 +43,11 @@
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net452'" Label="Build">
<PropertyGroup Condition="'$(TargetFramework)' == 'net462'" Label="Build">
<DefineConstants>$(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;</DefineConstants>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net452'" Label="Framework References">
<ItemGroup Condition="'$(TargetFramework)' == 'net462'" Label="Framework References">
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="Package">
Expand All @@ -32,11 +32,11 @@
<DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Framework References">
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Framework References">
<Reference Include="System.Configuration" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
Expand Down
6 changes: 3 additions & 3 deletions src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyTitle>Exceptionless client for ASP.NET MVC 3+ applications.</AssemblyTitle>
<Description>Exceptionless client for ASP.NET MVC 3+ applications. $(Description)</Description>
<PackageTags>$(PackageTags);ASP.NET;MVC</PackageTags>
<TargetFramework>net452</TargetFramework>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>

<ItemGroup Label="Build">
Expand All @@ -34,11 +34,11 @@
<PackageReference Include="Microsoft.AspNet.Mvc" Version="3.0.20105.1" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Framework References">
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Framework References">
<Reference Include="System.Configuration" />
<Reference Include="System.Web" />
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="Package">
Expand All @@ -32,11 +32,11 @@
<DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Framework References">
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Framework References">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Platforms/Exceptionless.Web/Exceptionless.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyTitle>Exceptionless client for ASP.NET WebForms applications.</AssemblyTitle>
<Description>Exceptionless client for ASP.NET WebForms applications. $(Description)</Description>
<PackageTags>$(PackageTags);ASP.NET;WebForms;Wcf</PackageTags>
<TargetFramework>net452</TargetFramework>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>

<ItemGroup Label="Package">
Expand All @@ -26,11 +26,11 @@
<ProjectReference Include="..\..\Exceptionless\Exceptionless.csproj" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Framework References">
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Framework References">
<Reference Include="System.Configuration" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Exceptionless.WebApi</AssemblyName>
<AssemblyTitle>Exceptionless client for ASP.NET Web API applications.</AssemblyTitle>
<Description>Exceptionless client for ASP.NET Web API applications. $(Description)</Description>
<TargetFramework>net452</TargetFramework>
<TargetFramework>net462</TargetFramework>
<PackageTags>$(PackageTags);ASP.NET;Web Api</PackageTags>
</PropertyGroup>

Expand All @@ -30,11 +30,11 @@
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.7" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Framework References">
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Framework References">
<Reference Include="System.Configuration" />
<Reference Include="System.Net.Http" />
<Reference Include="System.ServiceModel" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>netcoreapp3.1;net452</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="Package">
Expand Down Expand Up @@ -39,7 +39,7 @@
<DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Platforms/Exceptionless.Wpf/Exceptionless.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>netcoreapp3.1;net452</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="Package">
Expand Down Expand Up @@ -39,7 +39,7 @@
<DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' " Label="Build">
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

Expand Down