[netcore] Makefile clean up (#16630)
commit5692180ea21e596a08120090dd804872be3df1aa
authorEgor Bogatov <egorbo@gmail.com>
Tue, 3 Sep 2019 11:55:22 +0000 (3 14:55 +0300)
committerSteve Pfister <steveisok@users.noreply.github.com>
Tue, 3 Sep 2019 11:55:22 +0000 (3 07:55 -0400)
tree6d8853353bce4a55f17deb08bfbb930f2a476e89
parentf23113afcdd2a405b402bef3fb926c0c72ba7221
[netcore] Makefile clean up (#16630)

Remove ASP.NET sample (we currently have to download apsnet runtime everytime)
instead we can do:

dotnet new webapp

and do make patch-app APP_PATH=/path/to/myasp (works for any kind of apps/templates)
netcore/Makefile
netcore/NuGet.config
netcore/init-tools.sh