summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2016-06-29 08:26:11 -0400
committerOren Novotny <oren@novotny.org>2016-06-29 08:26:11 -0400
commit6c9eb779bc190d7448c524ded789ed46c38a9a80 (patch)
tree2cea4bbdf22c4242b32ada047103a0490088a6b3
parentremove imports (diff)
downloadBouncyCastle.NET-ed25519-6c9eb779bc190d7448c524ded789ed46c38a9a80.tar.xz
use nuget 3.5beta pcl-v1.8.1.1
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 85d9d8a85..2827d71df 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
 configuration: Release
 install:  
-  - cmd: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
+  - cmd: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v3.5.0-beta2/NuGet.exe
   - cmd: nuget install gitlink -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre
   - cmd: nuget install GitVersion.CommandLine -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre