diff --git a/app.json b/app.json new file mode 100644 index 0000000..f90e28e --- /dev/null +++ b/app.json @@ -0,0 +1,8 @@ +{ + "name": "MusicStore", + "description": "ASP.NET 5 Sample app", + "logo": "https://raw.githubusercontent.com/aspnet/MusicStore/master/src/MusicStore/wwwroot/Images/home-showcase.png", + "env": { + "BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git" + } +}