heroku-buildpack-dotnetcore

by heroku-softtrends

GitHub Readme.md

.NET Core Buildpack for Heroku

For .Net Core LTS Versions 3.1 to Current

by Softtrends LLC

This Buidpack can be used to compile and deploy .Net Core application, ASP.Net Application, ASP.Net MVC Application to Heroku. It will pull the .NET Core dependencies from Microsoft, build a .NET Core Application and deploy it to the Heroku Platform. You should use Visual Studio 2019 for best compatibility. Any tool from Visual Studio Code to the fully-featured Visual Studio Enterprise is supported.

References

.NET Core Learn what's new
ASP.NET Core Learn what's new
Visual Studio Learn and download
Heroku Buildpacks How to use

Example

In order to see the buildpack in action, you can click on the button below which will deploy a sample ASP.Net MVC application to heroku and you can see the build and deployment logs as the application gets deployed for you. This application was developed using Visual Studio 2019.

Deploy

You can also download the source code for the Sample Application by Clicking here