Update to Mono.Nat version 1.2.24

This commit is contained in:
Matthias Mailänder
2016-01-31 18:14:24 +01:00
parent a6a789b878
commit 77585735ad
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ if (!(Test-Path "windows/SDL2.dll"))
if (!(Test-Path "Mono.Nat.dll"))
{
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 .
rmdir Mono.Nat -Recurse
}

View File

@@ -88,7 +88,7 @@ fi
if [ ! -f Mono.Nat.dll ]; then
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 .
rm -rf Mono.Nat
fi