Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornosami <jasonimison@gmail.com>2019-04-10 20:28:13 +0300
committerxamarin-jenkins <jo.shields+jenkins@xamarin.com>2019-04-10 20:54:40 +0300
commitc1f04fdcb3ffe9f9795c4cd4f20c60d15e1ff512 (patch)
treea149f50d102628ac22fe1a664061174392d46d8b
parentc84f2444db0cdb65074085f77753f3822dfbe7e5 (diff)
Pin Paket to 5.201.1
-rw-r--r--main/Makefile.am2
-rw-r--r--main/external/fsharpbinding/.paket/paket.targets2
-rw-r--r--main/external/fsharpbinding/paket.dependencies1
3 files changed, 3 insertions, 2 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 93786a80ed..9993eb3095 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -32,7 +32,7 @@ NUGET_RESTORE = mono external/nuget-binary/nuget.exe restore -DisableParallelPro
# see: https://github.com/kzu/NuGet.Restore
restore-packages:
@$(NUGET_RESTORE)
- mono external/fsharpbinding/.paket/paket.bootstrapper.exe
+ mono external/fsharpbinding/.paket/paket.bootstrapper.exe -v 5.201.1
pushd . && cd external/fsharpbinding && mono .paket/paket.exe restore && popd
vcrevision:
diff --git a/main/external/fsharpbinding/.paket/paket.targets b/main/external/fsharpbinding/.paket/paket.targets
index 8dd83f4cf2..fa9ca3a2c0 100644
--- a/main/external/fsharpbinding/.paket/paket.targets
+++ b/main/external/fsharpbinding/.paket/paket.targets
@@ -13,7 +13,7 @@
<PropertyGroup>
<!-- Paket command -->
<PaketExePath Condition=" '$(PaketExePath)' == '' ">$(PaketToolsPath)paket.exe</PaketExePath>
- <PaketExeVersion>5.84.0</PaketExeVersion>
+ <PaketExeVersion>5.201.1</PaketExeVersion>
<PaketBootStrapperExePath Condition=" '$(PaketBootStrapperExePath)' == '' ">$(PaketToolsPath)paket.bootstrapper.exe</PaketBootStrapperExePath>
<PaketCommand Condition=" '$(OS)' == 'Windows_NT'">"$(PaketExePath)"</PaketCommand>
<PaketCommand Condition=" '$(OS)' != 'Windows_NT' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"</PaketCommand>
diff --git a/main/external/fsharpbinding/paket.dependencies b/main/external/fsharpbinding/paket.dependencies
index e895c83ef8..01c0a0bd61 100644
--- a/main/external/fsharpbinding/paket.dependencies
+++ b/main/external/fsharpbinding/paket.dependencies
@@ -1,3 +1,4 @@
+version 5.201.1
framework: net472
source https://nuget.org/api/v2/