diff --git a/Consumer/Consumer.fsproj b/Consumer/Consumer.fsproj index 9a76edb..8e80602 100644 --- a/Consumer/Consumer.fsproj +++ b/Consumer/Consumer.fsproj @@ -28,7 +28,7 @@ - + diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 0421fbc..a562602 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -21,7 +21,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index 0eb9905..2f2e6d7 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -188,8 +188,8 @@ }) (fetchNuGet { pname = "NUnit3TestAdapter"; - version = "4.5.0"; - hash = "sha256-ER3ogl0L5FYyc6pVVPY1ch+AQxG/WgFcnWECnYQJPes="; + version = "4.6.0"; + hash = "sha256-9Yav2fYhC4w0OgsyUwU4/5rDy4FVDTpKnWHuwl/uKJQ="; }) (fetchNuGet { pname = "Spectre.Console";