You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
434 B

  1. This file explains how Visual Studio created the project.
  2. The following steps were used to generate this project:
  3. - Create new ASP\.NET Core Web API project.
  4. - Update `launchSettings.json` to register the SPA proxy as a startup assembly.
  5. - Update project file to add a reference to the frontend project and set SPA properties.
  6. - Add `dockerfile` to set up docker build.
  7. - Add project to the startup projects list.
  8. - Write this file.