Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 807 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 807 Bytes

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

.NET Core Buildpack

This is a Heroku buildpack for building .NET Core apps using project.json files.

Usage

Example usage:

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

The buildpack will detect your app as .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.