draft-classic/examples/dotnetcore
Alessandro Pilotti 42f5890d08 Add .NET Core example
This sample has been generated with the following .NET Core SDK command:

dotnet new mvc -n WebApplication -o .
2017-06-20 22:55:26 +03:00
..
Program.cs Add .NET Core example 2017-06-20 22:55:26 +03:00
README.txt Add .NET Core example 2017-06-20 22:55:26 +03:00
Startup.cs Add .NET Core example 2017-06-20 22:55:26 +03:00
WebApplication.csproj Add .NET Core example 2017-06-20 22:55:26 +03:00

README.txt

This sample has been generated with the following .NET Core SDK command:

dotnet new web -n WebApplication -o .