Merge pull request #10666 from Mailaender/nuget-update

Updated NuGet dependencies
This commit is contained in:
Oliver Brakmann
2016-02-14 23:03:15 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ if (!(Test-Path "MaxMind.GeoIP2.dll"))
if (!(Test-Path "SharpFont.dll")) if (!(Test-Path "SharpFont.dll"))
{ {
echo "Fetching SharpFont from NuGet." echo "Fetching SharpFont from NuGet."
./nuget.exe install SharpFont -Version 3.0.0 -ExcludeVersion ./nuget.exe install SharpFont -Version 3.1.0 -ExcludeVersion
cp SharpFont/lib/net20/SharpFont* . cp SharpFont/lib/net20/SharpFont* .
cp SharpFont/config/SharpFont.dll.config . cp SharpFont/config/SharpFont.dll.config .
rmdir SharpFont -Recurse rmdir SharpFont -Recurse
@@ -79,7 +79,7 @@ if (!(Test-Path "windows/SDL2.dll"))
if (!(Test-Path "Mono.Nat.dll")) if (!(Test-Path "Mono.Nat.dll"))
{ {
echo "Fetching Mono.Nat from NuGet." echo "Fetching Mono.Nat from NuGet."
./nuget.exe install Mono.Nat -Version 1.2.21 -ExcludeVersion ./nuget.exe install Mono.Nat -Version 1.2.24 -ExcludeVersion
cp Mono.Nat/lib/net40/Mono.Nat.dll . cp Mono.Nat/lib/net40/Mono.Nat.dll .
rmdir Mono.Nat -Recurse rmdir Mono.Nat -Recurse
} }

View File

@@ -65,7 +65,7 @@ fi
if [ ! -f SharpFont.dll ]; then if [ ! -f SharpFont.dll ]; then
echo "Fetching SharpFont from NuGet" echo "Fetching SharpFont from NuGet"
get SharpFont 3.0.1 get SharpFont 3.1.0
cp ./SharpFont/lib/net20/SharpFont* . cp ./SharpFont/lib/net20/SharpFont* .
cp ./SharpFont/config/SharpFont.dll.config . cp ./SharpFont/config/SharpFont.dll.config .
rm -rf SharpFont SharpFont.Dependencies rm -rf SharpFont SharpFont.Dependencies
@@ -88,7 +88,7 @@ fi
if [ ! -f Mono.Nat.dll ]; then if [ ! -f Mono.Nat.dll ]; then
echo "Fetching Mono.Nat from NuGet" echo "Fetching Mono.Nat from NuGet"
get Mono.Nat 1.2.21 get Mono.Nat 1.2.24
cp ./Mono.Nat/lib/net40/Mono.Nat.dll . cp ./Mono.Nat/lib/net40/Mono.Nat.dll .
rm -rf Mono.Nat rm -rf Mono.Nat
fi fi