Skip to content

yngndrw/dotnet-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack For .Net

This is a Heroku buildpack for building .Net applications.

It supports ASP.NET 5 applications using project.json files and the DNU package manager.

Mono is bundled for runtime execution.

Usage

Example usage:

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

The buildpack will detect your application as ASP.NET 5 if it has a 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.

About

Heroku buildpack for .Net using Mono

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%