Forum member
zapotec
2 posts
Posts by zapotec
-
F# .net core projects doesn't build in after upgrade to VS 2017 15.7.0
Adding <PropertyGroup> <!-- Disable Paket restore under NCrunch build --> <PaketRestoreDisabled Condition="'$(NCrunch)' == '1'">True</PaketRestoreDisabled> </PropertyGroup> to Directory.Build.props solved the problem. Thanks!! It is my fault to not properly reading "Troubleshoot…
08 May 2018 19:08 UTC
-
F# .net core projects doesn't build in after upgrade to VS 2017 15.7.0
NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/documentation/troubleshooting_project-build-issues ..\..\..\.paket\Paket.Restore.targets (74, 5): The command ""O:\Temp\NCrunch\9812\22\.paket\paket.exe" restore" exited with code 9009.…
08 May 2018 01:25 UTC