diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 6256b88b4a..f47387b3ad 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -63,7 +63,7 @@ if (!(Test-Path "nunit.framework.dll")) { echo "Fetching NUnit from NuGet." ./nuget.exe install NUnit -Version 3.0.1 -ExcludeVersion - cp NUnit/lib/nunit.framework* . + cp NUnit/lib/net40/nunit.framework* . rmdir NUnit -Recurse }