Ensure no management api for v12 (#14197)

* Remove management api

* Remove actual files
This commit is contained in:
Bjarke Berg
2023-05-04 13:32:41 +02:00
committed by GitHub
parent 3c5de5a321
commit 0f1c2f7022
514 changed files with 504 additions and 17204 deletions

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Linq;
using NUnit.Framework;
using Umbraco.Cms.Core.Cache;

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Diagnostics;
using System.Linq;
using NUnit.Framework;

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Collections.Generic;
using Moq;
using NUnit.Framework;

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using Newtonsoft.Json;
using NUnit.Framework;
using Umbraco.Cms.Core.Cache;

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Threading;
using NUnit.Framework;
using Umbraco.Cms.Core.Cache;

View File

@@ -1,7 +1,6 @@
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Collections.Generic;
using Moq;
using NUnit.Framework;

View File

@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using Moq;
using NUnit.Framework;