/dotnet-buildpack

Primary LanguageShellMIT LicenseMIT

Please note: This buildpack is an experimental project and is not officially supported.

ASP.NET Core Buildpack

This is a Heroku buildpack for building ASP.NET Core apps using project.json files and the .NET CLI.

Usage

Example usage:

$ heroku create --buildpack http://github.com/noliar/dotnet-buildpack.git
$ git push heroku master

The buildpack will detect your app as ASP.NET Core if it has project.json. If the source code you want to build contains multiple project.json files, you can use a .deployment or set a $PROJECT config var to control which one is built.

Attension

  1. You should configure a unique compatible framework in project.json.
  2. Your Project should use Microsoft.Extensions.Configuration.CommandLine package.