Skip to content

Commit 9355268

Browse files
committed
Synced Signed deps
1 parent d57a05c commit 9355268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="2.0.0" />
4242
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.0.0" />
4343
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.4.1" />
44-
<PackageReference Include="System.Net.Http" Version="4.3.2" />
44+
<PackageReference Include="System.Net.Http" Version="4.3.3" />
4545
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
4646
</ItemGroup>
4747

src/Platforms/Exceptionless.NLog.Signed/Exceptionless.NLog.Signed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' " Label="Package References">
40-
<PackageReference Include="NLog" Version="5.0.0-beta09" />
40+
<PackageReference Include="NLog" Version="5.0.0-beta11" />
4141
</ItemGroup>
4242

4343
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' " Label="Build">

0 commit comments

Comments
 (0)