我不明白我需要改变什么才能做到这一点。我使用 app.json 和 Procfile从这篇博文创建了一个演示项目:
web: fsharpi-heroku WebsahrperSuaveHerokuExample1.sln
接下来,我尝试按照以下建议将其部署到 Heroku:
heroku create websahrper-with-suave-example --buildpack https://github.com/SuaveIO/mono-script-buildpack.git
heroku git:remote -a websahrper-with-suave-example
git push heroku master
Heroku 在构建项目时出现错误:
...
Import process completed.
-----> packages.config found, installing dependencies with nuget
Cannot open assembly 'install': No such file or directory.
! Push rejected, failed to compile SuaveFramework app
如果有的话,你能给我一个解决方案吗?