A simple ASP.NET Core web application for the ASP.NET Core buildpack.
- Install ASP.NET Core by following the Getting Started instructions
- cd into the app directory and then
src/WebApplication
- Run
dotnet restore
- Run
dotnet run
- Access the running app in a browser at http://localhost:5000