From 116cd3238b5de26b46563a119c5590692c346fd8 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 6 Aug 2021 10:11:41 +0100 Subject: [PATCH 1/8] Update Serilog Nuget Packages --- src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj | 4 ++-- .../Umbraco.Tests.Integration.SqlCe.csproj | 2 +- .../Umbraco.Tests.Integration.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj index 712323656d..8e55a2d7a9 100644 --- a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj +++ b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj @@ -42,8 +42,8 @@ - - + + diff --git a/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj b/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj index a8d2d5e55a..4081261c43 100644 --- a/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj +++ b/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj @@ -16,7 +16,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj b/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj index 663c7705c8..757a42bcea 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj +++ b/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj @@ -84,7 +84,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From 2c9502c0ef46d177ce2462c5cff5f9ca7236e204 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 6 Aug 2021 10:14:27 +0100 Subject: [PATCH 2/8] Update MailKit --- src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj index 8e55a2d7a9..69beece5dd 100644 --- a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj +++ b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj @@ -19,7 +19,7 @@ - + From 6fe719f7747abb956372bbd7eac0bca2fd624b55 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 6 Aug 2021 10:16:33 +0100 Subject: [PATCH 3/8] Uninstall SecurityCodeScan See this internal HQ Slack thread - https://umbraco.slack.com/archives/CSQMK997E/p1628237493038000 --- src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj b/src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj index 5dd6d9bde6..7473ce1bab 100644 --- a/src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj +++ b/src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj @@ -30,11 +30,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - 3.5.4 - runtime; build; native; contentfiles; analyzers - all - all From 139c2db3b35a035669dab649d8e05b9d4ba5a492 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 6 Aug 2021 10:33:25 +0100 Subject: [PATCH 4/8] Update MS Nuget Packages --- src/Umbraco.Core/Umbraco.Core.csproj | 2 +- src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj | 4 ++-- .../Umbraco.Tests.Integration.SqlCe.csproj | 2 +- .../Umbraco.Tests.Integration.csproj | 2 +- src/Umbraco.Web.Common/Umbraco.Web.Common.csproj | 4 ++-- src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index 8008961f0c..f43ac533a7 100644 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj index 69beece5dd..4266f1ee6a 100644 --- a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj +++ b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj @@ -25,9 +25,9 @@ - + - + diff --git a/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj b/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj index 4081261c43..1ddcc7d86e 100644 --- a/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj +++ b/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj b/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj index 757a42bcea..27deb4df2c 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj +++ b/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj @@ -76,7 +76,7 @@ - + diff --git a/src/Umbraco.Web.Common/Umbraco.Web.Common.csproj b/src/Umbraco.Web.Common/Umbraco.Web.Common.csproj index 88cd820903..583bc07842 100644 --- a/src/Umbraco.Web.Common/Umbraco.Web.Common.csproj +++ b/src/Umbraco.Web.Common/Umbraco.Web.Common.csproj @@ -25,8 +25,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj b/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj index 634ffa09d2..b14848bae5 100644 --- a/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj +++ b/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj @@ -66,7 +66,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From ffe9f4c4e44befd1dfa13fb11d778d0a59c5f7b1 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 6 Aug 2021 10:36:48 +0100 Subject: [PATCH 5/8] Update NJsonSchema used for auto generating schema file for our options/config --- src/JsonSchema/JsonSchema.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JsonSchema/JsonSchema.csproj b/src/JsonSchema/JsonSchema.csproj index 25d4fa5498..3b64612b62 100644 --- a/src/JsonSchema/JsonSchema.csproj +++ b/src/JsonSchema/JsonSchema.csproj @@ -8,7 +8,7 @@ - + From 3111a8cef7287729df66f2eabefdbbbc20f5c0cc Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 6 Aug 2021 10:41:35 +0100 Subject: [PATCH 6/8] Update MessagePack & LZ4 Compression for NuCache --- .../Umbraco.PublishedCache.NuCache.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.PublishedCache.NuCache/Umbraco.PublishedCache.NuCache.csproj b/src/Umbraco.PublishedCache.NuCache/Umbraco.PublishedCache.NuCache.csproj index bedc6b7137..7d6ff54c25 100644 --- a/src/Umbraco.PublishedCache.NuCache/Umbraco.PublishedCache.NuCache.csproj +++ b/src/Umbraco.PublishedCache.NuCache/Umbraco.PublishedCache.NuCache.csproj @@ -19,8 +19,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all From bbbed9f2db31422b08dc299dae86a49eb27467fc Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 6 Aug 2021 10:53:42 +0100 Subject: [PATCH 7/8] Update NUnit --- src/Umbraco.Tests.Common/Umbraco.Tests.Common.csproj | 2 +- .../Umbraco.Tests.Integration.SqlCe.csproj | 2 +- src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj | 2 +- src/Umbraco.Tests.UnitTests/Umbraco.Tests.UnitTests.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Tests.Common/Umbraco.Tests.Common.csproj b/src/Umbraco.Tests.Common/Umbraco.Tests.Common.csproj index a312431b1c..f17eb99090 100644 --- a/src/Umbraco.Tests.Common/Umbraco.Tests.Common.csproj +++ b/src/Umbraco.Tests.Common/Umbraco.Tests.Common.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj b/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj index 1ddcc7d86e..142f210d44 100644 --- a/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj +++ b/src/Umbraco.Tests.Integration.SqlCe/Umbraco.Tests.Integration.SqlCe.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj b/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj index 27deb4df2c..2b2bb11f21 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj +++ b/src/Umbraco.Tests.Integration/Umbraco.Tests.Integration.csproj @@ -79,7 +79,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Umbraco.Tests.UnitTests/Umbraco.Tests.UnitTests.csproj b/src/Umbraco.Tests.UnitTests/Umbraco.Tests.UnitTests.csproj index d5b269d98c..3cddeb435e 100644 --- a/src/Umbraco.Tests.UnitTests/Umbraco.Tests.UnitTests.csproj +++ b/src/Umbraco.Tests.UnitTests/Umbraco.Tests.UnitTests.csproj @@ -19,7 +19,7 @@ - + From b7801f69406175f6996f864c94db44d08d4f84f9 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 6 Aug 2021 13:55:41 +0200 Subject: [PATCH 8/8] Fixed merge issue --- src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj index 3a3c46e3f2..7a7bc628b8 100644 --- a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj +++ b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj @@ -21,7 +21,6 @@ -