asp.net core - core library
Can't believe it, but these are all the nuget package you need to start building your webapi project.
This will allow you to do all the dirty stuff like
WebHost.CreateDefaultBuilder(args)
.UseStartup
Or start hosting it locally on your command prompt.
Comments