Skip to content

Commit 3d2e525

Browse files
Bump Microsoft.Extensions.Hosting in /unit-1/completed
Bumps [Microsoft.Extensions.Hosting](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.Hosting dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fdae9d commit 3d2e525

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

0 commit comments

Comments
 (0)