Revert files that shouldn't change back in v11
This commit is contained in:
@@ -13,9 +13,6 @@ namespace Umbraco.Cms.Tests.Common.Testing;
|
||||
|
||||
public abstract class TestOptionAttributeBase : Attribute
|
||||
{
|
||||
[Obsolete("This is not used anymore - Test classes are found using nunit helpers")]
|
||||
public static readonly List<Assembly> ScanAssemblies = new();
|
||||
|
||||
public static TOptions GetTestOptions<TOptions>(MethodInfo method)
|
||||
where TOptions : TestOptionAttributeBase, new()
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<RootNamespace>Umbraco.Cms.Tests.Common</RootNamespace>
|
||||
<PackageId>Umbraco.Cms.Tests</PackageId>
|
||||
<Title>Umbraco CMS Test Tools</Title>
|
||||
|
||||
Reference in New Issue
Block a user