Skip to content

Commit 37bc5fc

Browse files
Bump Microsoft.Extensions.Hosting in /unit-1/completed (#362)
Bumps [Microsoft.Extensions.Hosting](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.Hosting 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 013ec2c commit 37bc5fc

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
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Akka.Hosting" Version="1.5.40" />
1212
<PackageReference Include="HtmlAgilityPack" Version="1.12.0" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3"/>
13+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4"/>
1414
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.3" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)