Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

heroku/dotnet-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ASP.NET 5 Buildpack

This is a Heroku buildpack for building ASP.NET 5 apps using project.json files and the kpm package manager.

Mono is bundled for runtime execution.

Usage

Example usage:

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

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

Releases

No releases published

Packages

No packages published

Languages