Skip to content

Commit faf7597

Browse files
Bump Microsoft.AspNetCore.Http from 2.1.1 to 2.1.22
Bumps [Microsoft.AspNetCore.Http](https://github.com/aspnet/AspNetCore) from 2.1.1 to 2.1.22. - [Release notes](https://github.com/aspnet/AspNetCore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@2.1.1...v2.1.22) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b797b7c commit faf7597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Enrichers.ClientInfo/Serilog.Enrichers.ClientInfo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
22-
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.1" />
22+
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.22" />
2323
<PackageReference Include="Serilog" Version="2.7.1" />
2424
</ItemGroup>
2525
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
26-
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
26+
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.22" />
2727
<PackageReference Include="Serilog" Version="2.9.0" />
2828
</ItemGroup>
2929
<ItemGroup Condition=" '$(TargetFramework)' == 'net462'">

0 commit comments

Comments
 (0)