Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Hosting from 8.0.1 to 9.0.1 in /src (#2791)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent c4a3d88 commit 772804c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/efcpt.8/efcpt.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.IO.Abstractions" Version="21.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Core/efcpt.9/efcpt.9.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.IO.Abstractions" Version="21.2.1" />
Expand Down

0 comments on commit 772804c

Please sign in to comment.