9 lines
391 B
Markdown
9 lines
391 B
Markdown
This file explains how Visual Studio created the project.
|
|
|
|
The following steps were used to generate this project:
|
|
- Create new ASP\.NET Core Web API project.
|
|
- Update `launchSettings.json` to register the SPA proxy as a startup assembly.
|
|
- Update project file to add a reference to the frontend project and set SPA properties.
|
|
- Add project to the startup projects list.
|
|
- Write this file.
|