Update to Mono.Nat version 1.2.24
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -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
|
||||
}
|
||||
|
||||
2
thirdparty/fetch-thirdparty-deps.sh
vendored
2
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user