Skip to content

Commit d51fdee

Browse files
build(deps): bump Microsoft.Extensions.Http from 7.0.0 to 8.0.0 (#1615)
Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 676a663 commit d51fdee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Refit.HttpClientFactory/Refit.HttpClientFactory.csproj

Lines changed: 2 additions & 2 deletions
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

33
<PropertyGroup>
44
<Product>Refit HTTP Client Factory Extensions</Product>
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<ProjectReference Include="..\Refit\Refit.csproj" PrivateAssets="Analyzers" />
12-
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)