We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8338da4 commit 90f5d81Copy full SHA for 90f5d81
src/Platforms/Exceptionless.AspNetCore.Signed/Exceptionless.AspNetCore.Signed.csproj
@@ -7,7 +7,7 @@
7
<AssemblyTitle>Exceptionless client for ASP.NET Core</AssemblyTitle>
8
<Description>Exceptionless client for ASP.NET Core. $(Description)</Description>
9
<PackageTags>ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10
- <TargetFrameworks>netcoreapp2.0</TargetFrameworks>
+ <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
11
</PropertyGroup>
12
13
<ItemGroup Label="Package">
@@ -48,4 +48,4 @@
48
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' " Label="Build">
49
<DefineConstants>$(DefineConstants);NETSTANDARD2_0</DefineConstants>
50
51
-</Project>
+</Project>
0 commit comments