Skip to content

Commit 90f5d81

Browse files
authored
Added support for full framework.
1 parent 8338da4 commit 90f5d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Platforms/Exceptionless.AspNetCore.Signed/Exceptionless.AspNetCore.Signed.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyTitle>Exceptionless client for ASP.NET Core</AssemblyTitle>
88
<Description>Exceptionless client for ASP.NET Core. $(Description)</Description>
99
<PackageTags>ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10-
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
10+
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
1111
</PropertyGroup>
1212

1313
<ItemGroup Label="Package">
@@ -48,4 +48,4 @@
4848
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' " Label="Build">
4949
<DefineConstants>$(DefineConstants);NETSTANDARD2_0</DefineConstants>
5050
</PropertyGroup>
51-
</Project>
51+
</Project>

0 commit comments

Comments
 (0)