Skip to content

WilhelmKleuSage/dotnetcore-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku .NET Core Buildpack

This is the Heroku buildpack for ASP.NET Core.

Usage

For Heroku-16 stack and .NET Core 2.0.0

heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack

For Heroku-16 stack and .NET Core 1.0.4 (LTS)

heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack#v1.0.4

For Cedar-14 stack (Deprecated)

heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack.git#cedar-14

More info

Node.js and NPM

heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack
heroku buildpacks:add --index 1 heroku/nodejs

Using Multiple Buildpacks for an App

Example

ASP.NET Core Demo App

About

Heroku .NET Core Buildpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%