Open BrandonClapp opened 7 years ago
Hi @BrandonClapp!
You can try this buildpack: https://github.com/jincod/dotnetcore-buildpack or this branch: https://github.com/friism/dotnet-buildpack/tree/move-to-msbuild
Any updates about this? It would be nice to have official support for .NET Core applications 👍
Here is another alternative. You drop Dockerfile and heroku.yml file to your project. Detail steps explained in the sample project.
Are there any updates on this? The most highly recommended buildpack has its flaws, like not letting you run EF migrations.
has its flaws, like not letting you run EF migrations.
@sixpeteunder It is. You can use 2 options:
Thank you @jincod, Problem resolved. I don't know if this is the best place to ask this, but will your buildpack continue to be supported for .NET 5 and 6?
Hi @sixpeteunder
Yes, it already has https://github.com/jincod/dotnetcore-buildpack/issues/85.
The best place to ask is https://github.com/jincod/dotnetcore-buildpack/issues
I would love to use asp.net core on Heroku.
Any plans on an officially supported buildpack for .net core? This buildpack looks fairly outdated.