pull/2900/head
Tom Dykstra 2017-02-24 14:26:08 -08:00
parent 78b2a0709c
commit bba0769b31
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ The template "Empty ASP.NET Core Web Application" created successfully.
``` ```
* Startup.cs : [Startup Class](../fundamentals/startup.md) - class configures the request pipeline that handles all requests made to the application. * Startup.cs : [Startup Class](../fundamentals/startup.md) - class configures the request pipeline that handles all requests made to the application.
* Program.cs : [Program Class](../fundamentals/) that contains the Main entry point of the application. * Program.cs : [Program Class](../fundamentals/index.md) that contains the Main entry point of the application.
* firstmacapp.csproj : [Project file](https://docs.microsoft.com/en-us/dotnet/articles/core/preview3/tools/csproj) MSBuild Project file format for ASP.NET Core applications. Contains Project to Project references, NuGet References and other project related items. * firstmacapp.csproj : [Project file](https://docs.microsoft.com/en-us/dotnet/articles/core/preview3/tools/csproj) MSBuild Project file format for ASP.NET Core applications. Contains Project to Project references, NuGet References and other project related items.
* appsettings.json / appsettings.Development.json : Environment base app settings configuration file. [See Configuration](xref:fundamentals/configuration). * appsettings.json / appsettings.Development.json : Environment base app settings configuration file. [See Configuration](xref:fundamentals/configuration).
* bower.json : Bower package dependencies for the project. * bower.json : Bower package dependencies for the project.