Remove SharpFont dependency.
This commit is contained in:
10
thirdparty/fetch-thirdparty-deps.ps1
vendored
10
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -43,16 +43,6 @@ if (!(Test-Path "MaxMind.Db.dll"))
|
||||
rmdir MaxMind.Db -Recurse
|
||||
}
|
||||
|
||||
if (!(Test-Path "SharpFont.dll"))
|
||||
{
|
||||
echo "Fetching SharpFont from NuGet."
|
||||
./nuget.exe install SharpFont -Version 4.0.1 -ExcludeVersion -Verbosity quiet -Source nuget.org
|
||||
cp SharpFont/lib/net45/SharpFont* .
|
||||
cp SharpFont/config/SharpFont.dll.config .
|
||||
rmdir SharpFont -Recurse
|
||||
rmdir SharpFont.Dependencies -Recurse
|
||||
}
|
||||
|
||||
if (!(Test-Path "nunit.framework.dll"))
|
||||
{
|
||||
echo "Fetching NUnit from NuGet."
|
||||
|
||||
8
thirdparty/fetch-thirdparty-deps.sh
vendored
8
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -41,14 +41,6 @@ if [ ! -f MaxMind.Db.dll ]; then
|
||||
rm -rf MaxMind.Db
|
||||
fi
|
||||
|
||||
if [ ! -f SharpFont.dll ]; then
|
||||
echo "Fetching SharpFont from NuGet"
|
||||
../noget.sh SharpFont 4.0.1
|
||||
cp ./SharpFont/lib/net45/SharpFont* .
|
||||
cp ./SharpFont/config/SharpFont.dll.config .
|
||||
rm -rf SharpFont SharpFont.Dependencies
|
||||
fi
|
||||
|
||||
if [ ! -f nunit.framework.dll ]; then
|
||||
echo "Fetching NUnit from NuGet"
|
||||
../noget.sh NUnit 3.0.1
|
||||
|
||||
Reference in New Issue
Block a user