Merged Umbraco.Abstractions into Umbraco.Core

This commit is contained in:
Bjarke Berg
2020-03-03 13:42:07 +01:00
parent efd8e37f34
commit 53953338d8
62 changed files with 49 additions and 87 deletions

View File

@@ -1,7 +1,7 @@
using System.Configuration;
using CSharpTest.Net.Collections;
using CSharpTest.Net.Serialization;
using Umbraco.Abstractions;
using Umbraco.Core.Configuration;
namespace Umbraco.Web.PublishedCache.NuCache.DataSource
{

View File

@@ -6,7 +6,6 @@ using System.Linq;
using System.Threading;
using CSharpTest.Net.Collections;
using Newtonsoft.Json;
using Umbraco.Abstractions;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Composing;

View File

@@ -12,7 +12,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Umbraco.Abstractions\Umbraco.Abstractions.csproj" />
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj" />
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj" />
</ItemGroup>