In this recipe, we will be creating a .NET Core 2.0 console application to use the library we built in the previous recipe.
Creating a .NET Core console application to use the library
Getting ready
Make sure you have completed the previous recipe that built the .NET Standard 2.0 library. If you have completed it, locate it, and open it using Visual Studio 2017. Perform a quick build to check for the syntax using Ctrl + Shift + B.
How to do it...
- Open Visual Studio 2017.
- Now open the solution that we built from the previous recipe.
- The Solution Explorer should look like...