Drop launchSettings.json for BWA (#30327)
parent
00bfb46c26
commit
6da4e2fe27
|
@ -47,8 +47,6 @@ Project structure:
|
|||
|
||||
* `_Imports.razor`: Includes common Razor directives to include in the server-rendered app components (`.razor`), such as [`@using`](xref:mvc/views/razor#using) directives for namespaces.
|
||||
|
||||
* `Properties` folder: Holds [development environment configuration](xref:fundamentals/environments#development-and-launchsettingsjson) in the `launchSettings.json` file.
|
||||
|
||||
* `wwwroot` folder: The [Web Root](xref:fundamentals/index#web-root) folder for the server project containing the app's public static assets.
|
||||
|
||||
* `Program.cs` file: The server project's entry point that sets up the ASP.NET Core web application [host](xref:fundamentals/host/generic-host#host-definition) and contains the app's startup logic, including service registrations, configuration, logging, and request processing pipeline.
|
||||
|
|
Loading…
Reference in New Issue