From b8bd00dece2b808cfd1d425e627efd5abc9275c7 Mon Sep 17 00:00:00 2001 From: Laura Neto <12862535+lauraneto@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:57:28 +0200 Subject: [PATCH 1/3] Remove Microsoft.CodeAnalysis.CSharp from Infrastructure project This was only needed for runtime compilation and thus is no longer needed in Infrastructure. It also caused dependency problems with EF Core Design in previous versions. --- Directory.Packages.props | 4 ---- .../Umbraco.Infrastructure.csproj | 1 - src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 10 ---------- 3 files changed, 15 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e2aa9d1c3fbe..c32f8bad828e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -14,10 +14,6 @@ - - - - diff --git a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj index 1004517b4400..06e73265fcaa 100644 --- a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj +++ b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj @@ -40,7 +40,6 @@ - diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 37fd91a3e544..33ee3098ebb0 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -25,16 +25,6 @@ - - - - - - - - - - From ab6ac56e6594489943446bb8a03e1f137e88efba Mon Sep 17 00:00:00 2001 From: Laura Neto <12862535+lauraneto@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:16:39 +0200 Subject: [PATCH 2/3] Disable CPM for UI project to better reflect consumers This will ensure that we face any potential dependency issues consumers are also likely to run into. --- Directory.Packages.props | 1 - src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index c32f8bad828e..60d2e5d102d4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -17,7 +17,6 @@ - diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 33ee3098ebb0..21bff12dca08 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -5,6 +5,7 @@ false false + false @@ -24,13 +25,13 @@ - + - + From 30e5970b00ac154efe772da5c08859ddb38b841e Mon Sep 17 00:00:00 2001 From: Laura Neto <12862535+lauraneto@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:50:34 +0200 Subject: [PATCH 3/3] Add `Microsoft.CodeAnalysis.CSharp` reference to `Umbraco.Cms.DevelopmentMode.Backoffice` --- .../Umbraco.Cms.DevelopmentMode.Backoffice.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Cms.DevelopmentMode.Backoffice/Umbraco.Cms.DevelopmentMode.Backoffice.csproj b/src/Umbraco.Cms.DevelopmentMode.Backoffice/Umbraco.Cms.DevelopmentMode.Backoffice.csproj index 635bbeed4cb9..bacbbd7cbf9a 100644 --- a/src/Umbraco.Cms.DevelopmentMode.Backoffice/Umbraco.Cms.DevelopmentMode.Backoffice.csproj +++ b/src/Umbraco.Cms.DevelopmentMode.Backoffice/Umbraco.Cms.DevelopmentMode.Backoffice.csproj @@ -8,10 +8,11 @@ + - +