When I click on add new Item under projects , in the tab AspNetCore everything is empty. I would like to add a ASP.ent configuration file called appsettings.json.
Do I need to install some packages , if so what are they ?
ok I went on https://docs.microsoft.com/en-us/aspnet/core/getting-started
and installed
The following were installed at C:\Program Files\dotnet
• .NET Core SDK 2.1.4
• .NET Core Runtime 2.0.5
• Runtime Package Store
is it the same as if i would install .NET Core Runtime under individual components using the Visual Studio Installer ?
Update: I have installed .Net SDK , but the tab is still empty.