Skip to content

Commit 23c0a5e

Browse files
chore(deps): update dotnet monorepo to 9.0.11 (patch) (#346)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.EntityFrameworkCore.Relational](https://docs.microsoft.com/ef/core/) ([source](https://redirect.github.com/dotnet/dotnet)) | `9.0.10` -> `9.0.11` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.EntityFrameworkCore.Relational/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.EntityFrameworkCore.Relational/9.0.10/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.EntityFrameworkCore.SqlServer](https://docs.microsoft.com/ef/core/) ([source](https://redirect.github.com/dotnet/dotnet)) | `9.0.10` -> `9.0.11` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.EntityFrameworkCore.SqlServer/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.EntityFrameworkCore.SqlServer/9.0.10/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [System.Collections.Immutable](https://dot.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `9.0.10` -> `9.0.11` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/System.Collections.Immutable/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/System.Collections.Immutable/9.0.10/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/candoumbe/Queries). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJwYWNrYWdlLXVwZGF0ZSIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00ab499 commit 23c0a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<PackageVersion Include="FluentAssertions" Version="7.2.0" />
1717
<PackageVersion Include="FluentValidation" Version="11.12.0" />
1818
<PackageVersion Include="FsCheck.Xunit" Version="3.3.2" />
19-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.10" />
20-
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.10" />
19+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.11" />
20+
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.11" />
2121
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2222
<PackageVersion Include="Moq" Version="[4.20.72]"/>
2323
<PackageVersion Include="NaughtyStrings" Version="3.0.0" />
2424
<PackageVersion Include="Npgsql" Version="8.0.8" />
2525
<PackageVersion Include="Optional" Version="4.0.0" />
2626
<PackageVersion Include="Roslynator.Analyzers" Version="4.14.1" />
27-
<PackageVersion Include="System.Collections.Immutable" Version="9.0.10" />
27+
<PackageVersion Include="System.Collections.Immutable" Version="9.0.11" />
2828
<PackageVersion Include="System.Linq.Queryable" Version="4.3.0" />
2929
<PackageVersion Include="Testcontainers.MsSql" Version="4.8.1" />
3030
<PackageVersion Include="Testcontainers.PostgreSql" Version="4.8.1" />

0 commit comments

Comments
 (0)