Skip to content

Commit cf25748

Browse files
build(deps): bump Microsoft.Extensions.Hosting from 9.0.3 to 9.0.4 (#2834)
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 585ca58 commit cf25748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BervProject.WebApi.Boilerplate.MigrationService/BervProject.WebApi.Boilerplate.MigrationService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.1.0" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.4" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)