Remove Moq dependency.
This commit is contained in:
8
thirdparty/fetch-thirdparty-deps.ps1
vendored
8
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user