Skip to content

Commit 693b9f9

Browse files
build(deps): bump Microsoft.Extensions.Hosting from 9.0.3 to 9.0.4
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]>
1 parent 9716f16 commit 693b9f9

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)