Skip to content

Commit 99ec151

Browse files
chore(deps): update dotnet monorepo to 8.0.2 (#319)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Extensions.DependencyInjection.Abstractions](https://dot.net/) ([source](https://redirect.github.com/dotnet/runtime)) | `8.0.1` -> `8.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.Extensions.Logging.Abstractions](https://dot.net/) ([source](https://redirect.github.com/dotnet/runtime)) | `8.0.1` -> `8.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.Logging.Abstractions/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Extensions.Logging.Abstractions/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Extensions.Logging.Abstractions/8.0.1/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.Logging.Abstractions/8.0.1/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/runtime (Microsoft.Extensions.DependencyInjection.Abstractions)</summary> ### [`v8.0.2`](https://redirect.github.com/dotnet/runtime/releases/tag/v8.0.2): .NET 8.0.2 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.2) </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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/dotnet-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 498c977 commit 99ec151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ItemGroup Label="src">
88
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
99
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
10-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
11-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
10+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
11+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
1212
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" />
1313
<PackageVersion Include="System.Collections.Immutable" Version="1.7.1" />
1414
<PackageVersion Include="System.Threading.Channels" Version="6.0.0" />

0 commit comments

Comments
 (0)