Update dotnet monorepo to v10 - #115
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
2 times, most recently
from
September 24, 2025 18:32
f99e2c8 to
9b226b0
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
October 3, 2025 20:31
9b226b0 to
a6c9c38
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
October 4, 2025 01:04
a6c9c38 to
95f8ca6
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
October 14, 2025 18:38
95f8ca6 to
a8bf01b
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
October 23, 2025 12:25
a8bf01b to
f050356
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
2 times, most recently
from
October 30, 2025 10:41
1b045f2 to
02ae37c
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
2 times, most recently
from
November 11, 2025 13:14
751dd72 to
9ac2007
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
December 9, 2025 18:57
9ac2007 to
a93c861
Compare
|
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
January 13, 2026 20:29
a93c861 to
2ecbc3d
Compare
|
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
February 10, 2026 18:53
2ecbc3d to
73e9857
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
3 times, most recently
from
March 12, 2026 20:56
7670d6a to
c19392b
Compare
|
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
April 14, 2026 21:02
c19392b to
46e7551
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
April 21, 2026 21:51
46e7551 to
20acfa0
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
May 12, 2026 21:52
20acfa0 to
d1a946f
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
July 24, 2026 16:36
3b0d94e to
01bfc37
Compare
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10"> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> |
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10"> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.10"> | ||
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="NLog.Extensions.Logging" Version="6.0.5" /> | ||
| <PackageReference Include="NLog.Web.AspNetCore" Version="6.0.5" /> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> |
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
July 27, 2026 08:33
01bfc37 to
7ee55ed
Compare
Comment on lines
+17
to
+18
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.10" /> |
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10"> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.10"> | ||
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="NLog.Extensions.Logging" Version="6.0.5" /> | ||
| <PackageReference Include="NLog.Web.AspNetCore" Version="6.0.5" /> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> |
| #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. | ||
|
|
||
| FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS base | ||
| FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base |
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
July 27, 2026 13:11
7ee55ed to
bea5176
Compare
Comment on lines
+17
to
+19
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.10"> |
Comment on lines
24
to
25
| <PackageReference Include="NLog.Web.AspNetCore" Version="6.0.5" /> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> |
| #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. | ||
|
|
||
| FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS base | ||
| FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base |
| ARG BUILDPLATFORM | ||
|
|
||
| FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build | ||
| FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build |
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
July 28, 2026 06:42
bea5176 to
0a0b359
Compare
Comment on lines
+17
to
+19
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.10"> |
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="NLog.Extensions.Logging" Version="6.0.5" /> | ||
| <PackageReference Include="NLog.Web.AspNetCore" Version="6.0.5" /> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> | ||
| <PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" /> | ||
| <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.10" /> | ||
| <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.10" /> |
| ARG BUILDPLATFORM | ||
|
|
||
| FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build | ||
| FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build |
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
July 28, 2026 10:02
0a0b359 to
71d980f
Compare
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10"> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> |
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10"> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.10" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.10"> | ||
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="NLog.Extensions.Logging" Version="6.0.5" /> | ||
| <PackageReference Include="NLog.Web.AspNetCore" Version="6.0.5" /> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> |
|
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
12 times, most recently
from
August 1, 2026 07:14
debc8e0 to
adbaf12
Compare
renovate
Bot
force-pushed
the
renovate/major-dotnet-monorepo
branch
from
August 1, 2026 07:16
adbaf12 to
c822c27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
9.0.18→10.0.109.0.18→10.0.109.0.18→10.0.109.0.18→10.0.109.0.18→10.0.109.0-alpine→10.0-alpine9.0-alpine→10.0-alpineRelease Notes
dotnet/dotnet (Microsoft.EntityFrameworkCore)
v10.0.10v10.0.9v10.0.8v10.0.7v10.0.6v10.0.5v10.0.4v10.0.3v10.0.2v10.0.1Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.