From c2589ec76a0e71cde2f88f0306add6cecb4945d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:14:06 +0000 Subject: [PATCH] Bump NUnit from 3.13.3 to 4.2.2 Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.3 to 4.2.2. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.13.3...4.2.2) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../DNN.Integration.Test.Framework.csproj | 27 +++++++- .../DNN.Integration.Test.Framework/app.config | 44 +++++++++++++ .../packages.config | 6 +- .../DotNetNuke.Tests.AspNetCCP.csproj | 27 +++++++- .../packages.config | 6 +- .../DotNetNuke.Tests.Authentication.csproj | 27 +++++++- .../app.config | 36 +++++++++++ .../packages.config | 6 +- .../DotNetNuke.Tests.Content.csproj | 27 +++++++- .../Tests/DotNetNuke.Tests.Content/app.config | 44 +++++++++++++ .../DotNetNuke.Tests.Content/packages.config | 6 +- .../DotNetNuke.Tests.Core.csproj | 27 +++++++- .../DotNetNuke.Tests.Core/packages.config | 6 +- .../DotNetNuke.Tests.Data.csproj | 27 +++++++- .../DotNetNuke.Tests.Data/packages.config | 6 +- .../DotNetNuke.Tests.Integration.csproj | 27 +++++++- .../packages.config | 6 +- .../DotNetNuke.Tests.Mail.csproj | 39 +++++++++--- .../DotNetNuke.Tests.Mail/packages.config | 6 +- .../DotNetNuke.Tests.Modules.csproj | 27 +++++++- .../DotNetNuke.Tests.Modules/packages.config | 6 +- .../DotNetNuke.Tests.SourceGenerators.csproj | 2 +- .../DotNetNuke.Tests.UI.csproj | 27 +++++++- .../Tests/DotNetNuke.Tests.UI/app.config | 36 +++++++++++ .../Tests/DotNetNuke.Tests.UI/packages.config | 6 +- .../DotNetNuke.Tests.Urls.csproj | 27 +++++++- .../DotNetNuke.Tests.Urls/packages.config | 6 +- .../DotNetNuke.Tests.Utilities.csproj | 27 +++++++- .../DotNetNuke.Tests.Utilities/app.config | 52 ++++++++++++++++ .../packages.config | 6 +- .../DotNetNuke.Tests.Web.Mvc.csproj | 27 +++++++- .../Tests/DotNetNuke.Tests.Web.Mvc/app.config | 60 ++++++++++++++++++ .../DotNetNuke.Tests.Web.Mvc/packages.config | 6 +- .../Tests/DotNetNuke.Tests.Web/App.config | 62 ++++++++++++++++++- .../DotNetNuke.Tests.Web.csproj | 27 +++++++- .../DotNetNuke.Tests.Web/packages.config | 6 +- .../Dnn.PersonaBar.ConfigConsole.Tests.csproj | 27 +++++++- .../app.config | 44 +++++++++++++ .../packages.config | 6 +- .../Dnn.PersonaBar.Pages.Tests.csproj | 27 +++++++- .../Dnn.PersonaBar.Pages.Tests/app.config | 36 +++++++++++ .../packages.config | 6 +- .../Dnn.PersonaBar.Security.Tests.csproj | 27 +++++++- .../Dnn.PersonaBar.Security.Tests/app.config | 36 +++++++++++ .../packages.config | 6 +- .../Dnn.PersonaBar.Users.Tests.csproj | 27 +++++++- .../Dnn.PersonaBar.Users.Tests/app.config | 36 +++++++++++ .../packages.config | 6 +- 48 files changed, 1030 insertions(+), 64 deletions(-) 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 7e531cacb6a..894256b5480 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,5 +1,6 @@  + @@ -56,21 +57,42 @@ ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + True + + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + ..\..\..\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 + True + ..\..\..\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 + True + ..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll @@ -153,6 +175,7 @@ + diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/app.config b/DNN Platform/Tests/DNN.Integration.Test.Framework/app.config index 2c0cf2cdc75..0915fb81ccf 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/app.config +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/app.config @@ -14,6 +14,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config b/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config index cd0a5c42111..4c22880cafc 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config @@ -8,9 +8,13 @@ - + + + + + \ 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 0e900b28927..b795f50f387 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/DotNetNuke.Tests.AspNetCCP.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/DotNetNuke.Tests.AspNetCCP.csproj @@ -1,5 +1,6 @@  + @@ -53,19 +54,40 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + True + + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + ..\..\..\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 + True + @@ -121,6 +143,7 @@ + \ No newline at end of file diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Mail/packages.config b/DNN Platform/Tests/DotNetNuke.Tests.Mail/packages.config index ea83afff9d0..5ecb24b90b9 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Mail/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Mail/packages.config @@ -4,9 +4,13 @@ - + + + + + \ No newline at end of file diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Modules/DotNetNuke.Tests.Modules.csproj b/DNN Platform/Tests/DotNetNuke.Tests.Modules/DotNetNuke.Tests.Modules.csproj index e949034e2ea..948ef8aede1 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Modules/DotNetNuke.Tests.Modules.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Modules/DotNetNuke.Tests.Modules.csproj @@ -1,5 +1,6 @@  + @@ -73,20 +74,41 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + True + + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + ..\..\..\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 + True + @@ -131,6 +153,7 @@ + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config b/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config index dcf14c2dd02..839534924cc 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config @@ -9,10 +9,14 @@ - + + + + + \ 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 bcd5cd41737..df8f589e25b 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,5 +1,6 @@  + @@ -57,15 +58,36 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll True - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + True + + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + ..\..\..\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 + True + @@ -116,6 +138,7 @@ + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/app.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/app.config index f6c578311a3..322d479cccd 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/app.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/app.config @@ -26,6 +26,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 64025b29336..05e2eaa4d20 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/packages.config @@ -5,9 +5,13 @@ - + + + + + \ 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 a88596359e8..7d9713491ff 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,5 +1,6 @@  + @@ -48,18 +49,39 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll True - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + True + + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + ..\..\..\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 + True + @@ -116,5 +138,6 @@ + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/app.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/app.config index 9dd43d2a7a8..3df56d2716b 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/app.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/app.config @@ -26,6 +26,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 097dba9884d..e84f3410fe2 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/packages.config @@ -2,9 +2,13 @@ - + + + + + \ 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 4bafd482692..9469adaef4c 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,5 +1,6 @@  + @@ -51,22 +52,43 @@ ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + True + + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + ..\..\..\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 + True + ..\..\..\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 + True + ..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll @@ -131,5 +153,6 @@ + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/app.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/app.config index 9dd43d2a7a8..3df56d2716b 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/app.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/app.config @@ -26,6 +26,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 06f4cb0160d..7f1240a12f6 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config @@ -5,9 +5,13 @@ - + + + + + \ 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 971353ec9d3..58438e199ce 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,5 +1,6 @@  + @@ -49,18 +50,39 @@ ..\..\..\packages\Moq.4.20.70\lib\net462\Moq.dll True - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll + True + + + ..\packages\NUnit.4.2.2\lib\net462\nunit.framework.legacy.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + ..\..\..\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 + True + @@ -125,5 +147,6 @@ + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/app.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/app.config index e08ed98a2b2..ee353601094 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/app.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/app.config @@ -18,6 +18,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 097dba9884d..e84f3410fe2 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/packages.config @@ -2,9 +2,13 @@ - + + + + + \ No newline at end of file