You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
I tried deploying an asp.net core mvc application on Heroku but failed
$ git push heroku master
Counting objects: 454, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (438/438), done.
Writing objects: 100% (454/454), 920.30 KiB | 0 bytes/s, done.
Total 454 (delta 14), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: ! No default language could be detected for this app.
remote: HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to morning-badlands-22019.
remote:
To https://git.heroku.com/morning-badlands-22019.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/morning-badlands-22019.git'
I tried deploying an asp.net core mvc application on Heroku but failed
My project.json file
The text was updated successfully, but these errors were encountered: