aspnet-core-webapi

This sample demonstrates how to use ASP.NET Core Web Api

You must have the .NET SDK installed. .NET Core 3.1 is recommended.

Run

You can quickly build and run after clone

cd aspnet-core-webapi
dotnet build
dotnet run