Skip to content

Commit 2235359

Browse files
Bump Microsoft.Extensions.Http from 9.0.2 to 9.0.3 in /unit-1/completed (#355)
Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http 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 7fdae9d commit 2235359

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.38" />
1212
<PackageReference Include="HtmlAgilityPack" Version="1.12.0" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2"/>
14-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.2" />
14+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.3" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)