From 32b1225291d4fdcc61b5730910028f3ef4a2c090 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 17 Dec 2021 16:33:23 +0100 Subject: [PATCH] Updated projects to net6 --- src/Umbraco.Core/Collections/StackQueue.cs | 2 +- src/Umbraco.Core/Umbraco.Core.csproj | 2 +- src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj | 2 +- src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj | 4 ++-- .../Umbraco.PublishedCache.NuCache.csproj | 2 +- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Umbraco.Core/Collections/StackQueue.cs b/src/Umbraco.Core/Collections/StackQueue.cs index c4b49e3092..22cfa3978c 100644 --- a/src/Umbraco.Core/Collections/StackQueue.cs +++ b/src/Umbraco.Core/Collections/StackQueue.cs @@ -6,7 +6,7 @@ namespace Umbraco.Core.Collections /// Collection that can be both a queue and a stack. /// /// - public class StackQueue + public class StackQueue { private readonly LinkedList _linkedList = new (); diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index 944bf5396e..2252aa36f2 100644 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 Umbraco.Cms.Core Umbraco CMS Umbraco.Cms.Core diff --git a/src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj b/src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj index 8d36b990c4..bba9068dfe 100644 --- a/src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj +++ b/src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj @@ -1,6 +1,6 @@ - netstandard2.0 + net6.0 Umbraco.Cms.Infrastructure.Examine Umbraco CMS Umbraco.Examine.Lucene diff --git a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj index 806fe0853d..f4bb33c6c4 100644 --- a/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj +++ b/src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj @@ -1,7 +1,7 @@ - + - netstandard2.0 + net6.0 Umbraco.Cms.Infrastructure Umbraco.Cms.Infrastructure Umbraco CMS Infrastructure diff --git a/src/Umbraco.PublishedCache.NuCache/Umbraco.PublishedCache.NuCache.csproj b/src/Umbraco.PublishedCache.NuCache/Umbraco.PublishedCache.NuCache.csproj index 061f5b3d23..0caba0b128 100644 --- a/src/Umbraco.PublishedCache.NuCache/Umbraco.PublishedCache.NuCache.csproj +++ b/src/Umbraco.PublishedCache.NuCache/Umbraco.PublishedCache.NuCache.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net6.0 Umbraco.Cms.Infrastructure.PublishedCache 8 Umbraco.Cms.PublishedCache.NuCache diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 6887bd7f63..d9f98e4443 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -15,7 +15,7 @@ - + @@ -103,8 +103,8 @@ - - + +