Skip to content

Commit 6fca8ea

Browse files
Bump Microsoft.Net.Http.Headers from 2.2.8 to 2.3.0
Bumps [Microsoft.Net.Http.Headers](https://github.com/dotnet/aspnetcore) from 2.2.8 to 2.3.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/commits) --- updated-dependencies: - dependency-name: Microsoft.Net.Http.Headers dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3106808 commit 6fca8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\..\build\common.props" />
33

44
<PropertyGroup>
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
2727
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
2828
<PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="3.1.32" />
29-
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.8" />
29+
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.3.0" />
3030
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
3131
</ItemGroup>
3232

0 commit comments

Comments
 (0)