config.json is named appsettings.json

pull/884/merge
Jeff Widmer 2016-01-12 12:38:28 -05:00 committed by Sourabh Shirhatti
parent 00e0d2ffe8
commit e897b0c282
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Visual Studio creates some initial folders and files for your project. The prima
* - global.json
- Visual Studio uses this file to configure the project.
* - config.json
* - appsettings.json
- This file allows you to include additional project information, such as connection string values. For more information, see :doc:`/fundamentals/configuration`.
* - Startup.cs