From a662d24c454023048c9e6d352ec2909cd766ddf5 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Tue, 15 Oct 2024 15:57:54 -0500 Subject: [PATCH] Bump NUnit from 3.14.0 to 4.2.2 --- DNN Platform/Tests/App.config | 4 ++++ .../DNN.Integration.Test.Framework.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- .../DotNetNuke.Tests.AspNetCCP/App.config | 4 ++++ .../DotNetNuke.Tests.AspNetCCP.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- .../DotNetNuke.Tests.Authentication.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- .../DotNetNuke.Tests.Content.csproj | 24 +++++++++++++++---- .../Tests/DotNetNuke.Tests.Content/app.config | 4 ++++ .../DotNetNuke.Tests.Content/packages.config | 6 ++++- .../DotNetNuke.Tests.Core.csproj | 24 +++++++++++++++---- .../DotNetNuke.Tests.Core/packages.config | 6 ++++- .../DotNetNuke.Tests.Data.csproj | 24 +++++++++++++++---- .../DotNetNuke.Tests.Data/packages.config | 6 ++++- .../DotNetNuke.Tests.Integration.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- .../Tests/DotNetNuke.Tests.Mail/App.config | 4 ++++ .../DotNetNuke.Tests.Mail.csproj | 24 +++++++++++++++---- .../DotNetNuke.Tests.Mail/packages.config | 6 ++++- .../DotNetNuke.Tests.Modules.csproj | 24 +++++++++++++++---- .../DotNetNuke.Tests.Modules/packages.config | 6 ++++- .../DotNetNuke.Tests.SourceGenerators.csproj | 2 +- .../DotNetNuke.Tests.UI.csproj | 24 +++++++++++++++---- .../Tests/DotNetNuke.Tests.UI/app.config | 4 ++++ .../Tests/DotNetNuke.Tests.UI/packages.config | 6 ++++- .../DotNetNuke.Tests.Urls.csproj | 24 +++++++++++++++---- .../DotNetNuke.Tests.Urls/packages.config | 6 ++++- .../DotNetNuke.Tests.Utilities.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- .../DotNetNuke.Tests.Web.Mvc.csproj | 24 +++++++++++++++---- .../Tests/DotNetNuke.Tests.Web.Mvc/app.config | 4 ++++ .../DotNetNuke.Tests.Web.Mvc/packages.config | 6 ++++- .../Tests/DotNetNuke.Tests.Web/App.config | 4 ++++ .../DotNetNuke.Tests.Web.csproj | 24 +++++++++++++++---- .../DotNetNuke.Tests.Web/packages.config | 6 ++++- .../Dnn.PersonaBar.ConfigConsole.Tests.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- .../Dnn.PersonaBar.Pages.Tests.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- .../Dnn.PersonaBar.Security.Tests.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- .../Dnn.PersonaBar.Users.Tests.csproj | 24 +++++++++++++++---- .../packages.config | 6 ++++- 44 files changed, 479 insertions(+), 91 deletions(-) diff --git a/DNN Platform/Tests/App.config b/DNN Platform/Tests/App.config index 41703b7ec6b..7ad6cf31c0e 100644 --- a/DNN Platform/Tests/App.config +++ b/DNN Platform/Tests/App.config @@ -247,6 +247,10 @@ + + + + diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj b/DNN Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj index 78ba88ecd29..96061284955 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj @@ -1,6 +1,6 @@  - + @@ -56,21 +56,37 @@ ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - - ..\..\..\packages\NUnit.3.14.0\lib\net45\nunit.framework.dll + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + + ..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + ..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll + + + ..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll ..\..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + ..\..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + ..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll @@ -153,7 +169,7 @@ - + diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config b/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config index 1ed7c27a9e1..ba852732364 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config @@ -8,10 +8,14 @@ - + + + + + \ No newline at end of file diff --git a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/App.config b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/App.config index 9bd1f3aaa66..0451cc9add5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/App.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/App.config @@ -18,6 +18,10 @@ + + + + \ No newline at end of file diff --git a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/DotNetNuke.Tests.AspNetCCP.csproj b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/DotNetNuke.Tests.AspNetCCP.csproj index e63d4c45361..ce169bde160 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/DotNetNuke.Tests.AspNetCCP.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/DotNetNuke.Tests.AspNetCCP.csproj @@ -1,6 +1,6 @@  - + Debug @@ -53,19 +53,35 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll - - ..\..\..\packages\NUnit.3.14.0\lib\net45\nunit.framework.dll + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + + ..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + + ..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll ..\..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + ..\..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + @@ -121,7 +137,7 @@ - + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config b/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config index 1aacbf96847..9115bb6a60e 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config @@ -9,11 +9,15 @@ - + + + + + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj index 53af44db579..8e7134863ad 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj @@ -1,6 +1,6 @@  - + @@ -57,15 +57,31 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll True - - ..\..\..\packages\NUnit.3.14.0\lib\net45\nunit.framework.dll + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + + ..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + + ..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + ..\..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + @@ -116,7 +132,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/packages.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/packages.config index 4053a7c2589..9d9aca0210f 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/packages.config @@ -5,10 +5,14 @@ - + + + + + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Dnn.PersonaBar.Pages.Tests.csproj b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Dnn.PersonaBar.Pages.Tests.csproj index 154099f785f..f7034c7c410 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Dnn.PersonaBar.Pages.Tests.csproj +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Dnn.PersonaBar.Pages.Tests.csproj @@ -1,6 +1,6 @@  - + @@ -48,18 +48,34 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll True - - ..\..\..\packages\NUnit.3.14.0\lib\net45\nunit.framework.dll + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + + ..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + + ..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll ..\..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + ..\..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + @@ -116,6 +132,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/packages.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/packages.config index a9383e135f9..febde3029b8 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/packages.config @@ -2,10 +2,14 @@ - + + + + + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj index 485441b43fb..ca18dc3d11f 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj @@ -1,6 +1,6 @@  - + @@ -51,22 +51,38 @@ ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - - ..\..\..\packages\NUnit.3.14.0\lib\net45\nunit.framework.dll + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + + ..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + ..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll + + + ..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll ..\..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + ..\..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + ..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll @@ -131,6 +147,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config index 210338fb59f..d7372bd0325 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config @@ -5,10 +5,14 @@ - + + + + + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Dnn.PersonaBar.Users.Tests.csproj b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Dnn.PersonaBar.Users.Tests.csproj index 3f0affae4e5..6686f905ff6 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Dnn.PersonaBar.Users.Tests.csproj +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Dnn.PersonaBar.Users.Tests.csproj @@ -1,6 +1,6 @@  - + @@ -49,18 +49,34 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll True - - ..\..\..\packages\NUnit.3.14.0\lib\net45\nunit.framework.dll + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + + + ..\..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + + ..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + + ..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll ..\..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + ..\..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + @@ -125,6 +141,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/packages.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/packages.config index a9383e135f9..febde3029b8 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/packages.config @@ -2,10 +2,14 @@ - + + + + + \ No newline at end of file