Skip to content

Commit 2acf5a1

Browse files
chore(deps): update dependency microsoft.extensions.dependencyinjection to v7 (#251)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.Extensions.DependencyInjection](https://dot.net/) ([source](https://togithub.com/dotnet/runtime)) | nuget | major | `6.0.1` -> `7.0.0` | --- ### Release Notes <details> <summary>dotnet/runtime</summary> ### [`v7.0.0`](https://togithub.com/dotnet/runtime/releases/tag/v7.0.0): .NET 7.0.0 [Release](https://togithub.com/dotnet/core/tree/v7.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Testably/Testably.Abstractions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69bddf3 commit 2acf5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Configuration/DependencyInjection.Tests/DependencyInjection.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
8+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
99
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)