I started to create a microservice as depicted in this picture
But then created a csproj
dotnet new webapi -n MyMicroservice
The template “ASP.NET Core Web API” was created successfully.
Processing post-creation actions…
Restoring C:UsersAdministratorDesktopMyMicroserviceMyMicroservice.csproj:
Determining projects to restore…
Restored C:UsersAdministratorDesktopMyMicroserviceMyMicroservice.csproj (in 14.3 sec).
Restore succeeded.
How to create a vbproj microservice?