| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
dotnet new -i DrWatson1.ProjectTemplate.RestAPI
dotnet new rest-api -n ASPNetCoreService
It creates a new project "ASPNetCoreService" in the corresponding subfolder. Replace the "ASPNetCoreService" with the desired name.
cd ASPNetCoreService dotnet run
If you want to use .Net 5.0 instead of .Net Core 3.1 open a .csproj file and change a value of a <TargetFramework> tag from netcoreapp3.1 to net5.0.
| Back | FazBrowse Home | New Git URL |