Skip to content

Commit 3dc9e1a

Browse files
committed
Fixed #142 - Unable to submit events on AspNetCore when running under net46
1 parent 4e1cd71 commit 3dc9e1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="1.1.0" />
4141
<PackageReference Include="Microsoft.Net.Http.Headers" Version="1.1.1" />
4242
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.3.0" />
43+
<PackageReference Include="System.Net.Http" Version="4.3.1" />
4344
</ItemGroup>
4445

4546
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' " Label="Build">

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="1.1.0" />
3434
<PackageReference Include="Microsoft.Net.Http.Headers" Version="1.1.1" />
3535
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.3.0" />
36+
<PackageReference Include="System.Net.Http" Version="4.3.1" />
3637
</ItemGroup>
3738

3839
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' " Label="Build">

0 commit comments

Comments
 (0)