diff --git a/OpenRA.Test/OpenRA.Test.csproj b/OpenRA.Test/OpenRA.Test.csproj index 1de6db7b34..633b8926ec 100644 --- a/OpenRA.Test/OpenRA.Test.csproj +++ b/OpenRA.Test/OpenRA.Test.csproj @@ -27,11 +27,6 @@ ..\thirdparty\Eluant.dll False - - False - ..\thirdparty\Moq.dll - False - False ..\thirdparty\nunit.framework.dll diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 9b85693eb3..9313df0b09 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -114,14 +114,6 @@ if (!(Test-Path "windows/soft_oal.dll")) rmdir OpenAL-Soft -Recurse } -if (!(Test-Path "Moq.dll")) -{ - echo "Fetching Moq from NuGet." - ./nuget.exe install Moq -Version 4.2.1502.0911 -ExcludeVersion - cp Moq/lib/net40/Moq.dll . - rmdir Moq -Recurse -} - if (!(Test-Path "FuzzyLogicLibrary.dll")) { echo "Fetching FuzzyLogicLibrary from NuGet." diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index dcd4b9b888..d3f48ac2f1 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -59,13 +59,6 @@ if [ ! -f Mono.Nat.dll ]; then rm -rf Mono.Nat fi -if [ ! -f Moq.dll ]; then - echo "Fetching Moq from NuGet." - nuget install Moq -Version 4.2.1502.0911 -ExcludeVersion - cp ./Moq/lib/net40/Moq.dll . - rm -rf Moq -fi - if [ ! -f FuzzyLogicLibrary.dll ]; then echo "Fetching FuzzyLogicLibrary from NuGet." nuget install FuzzyLogicLibrary -Version 1.2.0 -ExcludeVersion