You can use the following procedures in Microsoft Visual Studio Community 2019 (https://visualstudio.microsoft.com/vs/community/) to create .NET Core Console Apps with the SDKs for the Contentful, Contentstack, and Kentico Kontent headless Content Management Systems (CMS).
To create a console app in Visual Studio:
- Click the File menu, then click New, and then click Project. The Create a new project dialog appears.
- In the Create a new project dialog, select the Console App (.NET Core) template, and then click Next.
- Give the project an appropriate name, and then click Create.
- Click the Tools menu, then click NuGet Package Manager, and then click Manage NuGet Packages for Solution. The NuGet – Solution dialog appears.
- In the NuGet – Solution dialog, click Browse.
- Search for and install the Newtonsoft.Json Nuget package.
For Contentful, install the contentful.csharp NuGet package (https://www.nuget.org/packages/contentful.csharp).
For Contentstack, install the contentstack.csharp NuGet package (https://www.nuget.org/packages/contentstack.csharp).
For Kentico Kontent, install the kentico.kontent.delivery (https://www.nuget.org/packages/Kentico.Kontent.Delivery) and Kentico.Kontent.Delivery.Abstractions (https://www.nuget.org/packages/Kentico.Kontent.Delivery.Abstractions) NuGet packages.