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.
 
 

434 B

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 dockerfile to set up docker build.
  • Add project to the startup projects list.
  • Write this file.