remove app.json

This commit is contained in:
Michael Friis 2016-10-05 16:06:08 -07:00 committed by Pranav K
parent 87c7bcad72
commit b15c762ee6
2 changed files with 0 additions and 12 deletions

View File

@ -33,11 +33,6 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge
**NOTE:** Since on Mono SQL client is not available the sample uses an InMemoryStore to run the application. So the changes that you make will not be persisted.
### Deploy on Heroku
To deploy MusicStore on Heroku, click the button below:
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
###NTLM authentication
More information at [src/MusicStore/StartupNtlmAuthentication.cs](src/MusicStore/StartupNtlmAuthentication.cs).

View File

@ -1,7 +0,0 @@
{
"name": "MusicStore",
"description": "ASP.NET 5 Music Store sample app",
"env": {
"BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git"
}
}