diff --git a/src/FastGenericNew.Tests/FastGenericNew.Tests.csproj b/src/FastGenericNew.Tests/FastGenericNew.Tests.csproj index 2884ee5..c4867f1 100644 --- a/src/FastGenericNew.Tests/FastGenericNew.Tests.csproj +++ b/src/FastGenericNew.Tests/FastGenericNew.Tests.csproj @@ -1,8 +1,8 @@ - net7.0;net6.0;net5.0;netcoreapp3.1 - $(TargetFrameworks);net461;net48 + net6.0;net8.0 + $(TargetFrameworks);net48 10 enable false @@ -20,10 +20,13 @@ - - - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/FastGenericNew.Tests/_Imports.cs b/src/FastGenericNew.Tests/_Imports.cs index d830d2c..01fc088 100644 --- a/src/FastGenericNew.Tests/_Imports.cs +++ b/src/FastGenericNew.Tests/_Imports.cs @@ -4,4 +4,10 @@ global using FastGenericNew; global using NUnit.Framework; -global using FastGenericNew.Tests.Utilities; \ No newline at end of file +global using FastGenericNew.Tests.Utilities; + +global using Assert = NUnit.Framework.Legacy.ClassicAssert; +global using CollectionAssert = NUnit.Framework.Legacy.CollectionAssert; +global using StringAssert = NUnit.Framework.Legacy.StringAssert; +global using DirectoryAssert = NUnit.Framework.Legacy.DirectoryAssert; +global using FileAssert = NUnit.Framework.Legacy.FileAssert; \ No newline at end of file