Skip to content

Commit cdbcff0

Browse files
committed
Bump deps to versions older than 6mo
1 parent d893447 commit cdbcff0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ItemGroup Label="Package References">
2626
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
2727
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
28-
<PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="3.1.25" />
28+
<PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="3.1.32" />
2929
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.8" />
3030
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
3131
</ItemGroup>

src/Platforms/Exceptionless.Log4net/Exceptionless.Log4net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Label="Package References">
28-
<PackageReference Include="log4net" Version="2.0.14" />
28+
<PackageReference Include="log4net" Version="2.0.15" />
2929
</ItemGroup>
3030

3131
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' " Label="Build">

src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup Label="Package References">
34-
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.8" />
34+
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.9" />
3535
</ItemGroup>
3636

3737
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">

src/Platforms/Exceptionless.WebApi/Exceptionless.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup Label="Package References">
30-
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.8" />
30+
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.9" />
3131
</ItemGroup>
3232

3333
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' " Label="Build">

0 commit comments

Comments
 (0)