From 4b602dc8e2b009269ee79bf0a06b15d31f5de83c Mon Sep 17 00:00:00 2001 From: Ronald Barendse Date: Tue, 21 Nov 2023 12:08:51 +0100 Subject: [PATCH] Fix incorrect merge resolution of package dependencies --- .../Umbraco.Cms.Persistence.EFCore.Sqlite.csproj | 3 +-- src/Umbraco.Core/Umbraco.Core.csproj | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Umbraco.Cms.Persistence.EFCore.Sqlite/Umbraco.Cms.Persistence.EFCore.Sqlite.csproj b/src/Umbraco.Cms.Persistence.EFCore.Sqlite/Umbraco.Cms.Persistence.EFCore.Sqlite.csproj index 84e88c3523..e17f16b8bb 100644 --- a/src/Umbraco.Cms.Persistence.EFCore.Sqlite/Umbraco.Cms.Persistence.EFCore.Sqlite.csproj +++ b/src/Umbraco.Cms.Persistence.EFCore.Sqlite/Umbraco.Cms.Persistence.EFCore.Sqlite.csproj @@ -1,4 +1,4 @@ - + Umbraco CMS - Persistence - Entity Framework Core - SQLite migrations Adds support for Entity Framework Core SQLite migrations to Umbraco CMS. @@ -6,7 +6,6 @@ - diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index 7a45a2ea14..7e56ff8f76 100644 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -19,13 +19,6 @@ - - - - - - - <_Parameter1>Umbraco.Tests