Remove Moq dependency.
This commit is contained in:
@@ -27,11 +27,6 @@
|
||||
<HintPath>..\thirdparty\Eluant.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Moq, Version=4.2.1502.911, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\thirdparty\Moq.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\thirdparty\nunit.framework.dll</HintPath>
|
||||
|
||||
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."
|
||||
|
||||
7
thirdparty/fetch-thirdparty-deps.sh
vendored
7
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user