aboutsummaryrefslogtreecommitdiffstats
path: root/FMark/.paket
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-06 07:32:25 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-06 07:32:25 +0000
commitcdf0bb6e8512ec0784a0076ea5f213bc26990929 (patch)
tree58633d1abfcccf5127bcc33a8155fd02ff1b9602 /FMark/.paket
parentf64fda3df2748bb8263955349d421f2b202fc48b (diff)
downloadFMark-cdf0bb6e8512ec0784a0076ea5f213bc26990929.tar.gz
FMark-cdf0bb6e8512ec0784a0076ea5f213bc26990929.zip
Removing version on mono
Diffstat (limited to 'FMark/.paket')
-rw-r--r--FMark/.paket/Paket.Restore.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/FMark/.paket/Paket.Restore.targets b/FMark/.paket/Paket.Restore.targets
index e7c1bc0..eab405f 100644
--- a/FMark/.paket/Paket.Restore.targets
+++ b/FMark/.paket/Paket.Restore.targets
@@ -17,7 +17,7 @@
<PaketExePath Condition=" '$(PaketExePath)' == '' AND Exists('$(PaketRootPath)paket.exe')">$(PaketRootPath)paket.exe</PaketExePath>
<PaketExePath Condition=" '$(PaketExePath)' == '' ">$(PaketToolsPath)paket.exe</PaketExePath>
<PaketCommand Condition=" '$(OS)' == 'Windows_NT'">"$(PaketExePath)"</PaketCommand>
- <PaketCommand Condition=" '$(OS)' != 'Windows_NT' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"</PaketCommand>
+ <PaketCommand Condition=" '$(OS)' != 'Windows_NT' ">$(MonoPath) "$(PaketExePath)"</PaketCommand>
<!-- .net core fdd -->
<_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)"))</_PaketExeExtension>
@@ -29,7 +29,7 @@
<PaketBootStrapperExePath Condition=" '$(PaketBootStrapperExePath)' == '' AND Exists('$(PaketRootPath)paket.bootstrapper.exe')">$(PaketRootPath)paket.bootstrapper.exe</PaketBootStrapperExePath>
<PaketBootStrapperExePath Condition=" '$(PaketBootStrapperExePath)' == '' ">$(PaketToolsPath)paket.bootstrapper.exe</PaketBootStrapperExePath>
<PaketBootStrapperCommand Condition=" '$(OS)' == 'Windows_NT'">"$(PaketBootStrapperExePath)"</PaketBootStrapperCommand>
- <PaketBootStrapperCommand Condition=" '$(OS)' != 'Windows_NT' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)"</PaketBootStrapperCommand>
+ <PaketBootStrapperCommand Condition=" '$(OS)' != 'Windows_NT' ">$(MonoPath) "$(PaketBootStrapperExePath)"</PaketBootStrapperCommand>
<!-- Disable automagic references for F# dotnet sdk -->
<!-- This will not do anything for other project types -->