Skip to content

Commit a98c290

Browse files
Bump Microsoft.Extensions.Http from 9.0.3 to 9.0.4 in /unit-1/completed (#361)
Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 9.0.3 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cddd85 commit a98c290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-1/completed/AkkaWordCounter2.App/AkkaWordCounter2.App.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Akka.Hosting" Version="1.5.40" />
1212
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4"/>
14-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.3" />
14+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.4" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)