Update to Open.NAT 2.1.0
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -89,7 +89,7 @@ if (!(Test-Path "windows/SDL2.dll"))
|
||||
if (!(Test-Path "Open.Nat.dll"))
|
||||
{
|
||||
echo "Fetching Open.Nat from NuGet."
|
||||
./nuget.exe install Open.Nat -Version 2.0.16 -ExcludeVersion
|
||||
./nuget.exe install Open.Nat -Version 2.1.0 -ExcludeVersion
|
||||
cp Open.Nat/lib/net45/Open.Nat.dll .
|
||||
rmdir Open.Nat -Recurse
|
||||
}
|
||||
|
||||
2
thirdparty/fetch-thirdparty-deps.sh
vendored
2
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -85,7 +85,7 @@ fi
|
||||
|
||||
if [ ! -f Open.Nat.dll ]; then
|
||||
echo "Fetching Open.Nat from NuGet"
|
||||
get Open.Nat 2.0.16
|
||||
get Open.Nat 2.1.0
|
||||
cp ./Open.Nat/lib/net45/Open.Nat.dll .
|
||||
rm -rf Open.Nat
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user