In this recipe, we will create an ASP.NET core web application, and then we will install the .NET Standard 2.0 library we uploaded at NuGet in the previous chapter.
Creating an ASP.NET core web application to use the library from NuGet
Getting ready
Make sure you have the latest version of Visual Studio 2017 installed and updated, and also make sure you have completed the previous chapter.
How to do it...
- Open Visual Studio 2017.
- Click File | New | Project and select Web in the right-hand pane under Visual C#.
- Select ASP.NET Core Web Application in the...