From 8ff37564f1ffa2aafd4e1e52e04d9e5ca858a0f4 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 19 Nov 2019 13:45:21 +0100 Subject: [PATCH] AB3869 - Moved IPackagingService --- .../Services/IPackagingService.cs | 0 src/Umbraco.Core/Umbraco.Core.csproj | 6 ------ 2 files changed, 6 deletions(-) rename src/{Umbraco.Core => Umbraco.Abstractions}/Services/IPackagingService.cs (100%) diff --git a/src/Umbraco.Core/Services/IPackagingService.cs b/src/Umbraco.Abstractions/Services/IPackagingService.cs similarity index 100% rename from src/Umbraco.Core/Services/IPackagingService.cs rename to src/Umbraco.Abstractions/Services/IPackagingService.cs diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index 3cee25bedb..00af47b65c 100755 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -246,10 +246,7 @@ - - - @@ -867,8 +864,5 @@ Umbraco.Abstractions - - - \ No newline at end of file