Additionally fixed the get() line for Open.Nat

This commit is contained in:
Pavel Kačer
2016-12-18 14:21:07 +01:00
parent 6d9d7cf341
commit 0d9f95dc67

View File

@@ -85,7 +85,7 @@ fi
if [ ! -f Open.Nat.dll ]; then
echo "Fetching Open.Nat from NuGet"
get Open.NAT 2.1.0
get Open.Nat 2.1.0
cp ./Open.Nat/lib/net45/Open.Nat.dll .
rm -rf Open.Nat
fi