Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit e695b25

Browse files
Bump Microsoft.Extensions.Http from 6.0.0 to 7.0.0
Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3aa06c9 commit e695b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HassClient/HassClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
25+
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
2626
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
2828
<PackageReference Include="System.IO.Pipelines" Version="6.0.3" />

0 commit comments

Comments
 (0)