Dotnet api linux

From bibbleWiki
Revision as of 03:18, 28 July 2020 by Iwiseman (talk | contribs) (Created page with "= Set up with VS Code = == Create Project == To create a webapi using .net core 3.1 simply type <syntaxhighlight lang="bash"> dotnet new webapi </syntaxhighlight> == Restore N...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Set up with VS Code

Create Project

To create a webapi using .net core 3.1 simply type

dotnet new webapi

Restore Nuget Packages