Project Structure

The project structure is just a small amount of files to get it running. After installing the project template, the files are placed in "net.8.0" folder. 

  • net8.0
    • Properties
      • launchSettings.json
    • appsettings.Development.json
    • appsettings.json
    • [PROJECTNAME].csproj
    • Program.cs
    • Startup.cs

The project can be moved to upper folder or to you solution folder.

⚠️The solution file needs to be created by your own.

 

Create Solution file and add project by command

 

> dotnet new sln -n [SOLUTION Name]

> dotnet sln [SOLUTION Name].sln add [PROJECTNAME].csproj