Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Hosting from 3.1.19 to 7.0.0 in /src
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 3.1.19 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2022
1 parent 7ef82a3 commit 9da35f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyService/MyService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="NServiceBus" Version="8.0.2" />
<PackageReference Include="NServiceBus.Extensions.Hosting" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="NServiceBus.Newtonsoft.Json" Version="3.0.0" />
<PackageReference Include="NServiceBus.RabbitMQ" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="4.2.0" />
Expand Down

0 comments on commit 9da35f3

Please sign in to comment.