November 2017
Intermediate to advanced
800 pages
30h 51m
English
Start Microsoft Visual Studio 2017.
In Visual Studio, press Ctrl + Shift + N or go to File | Add | New Project....
In the New Project dialog, in the Installed list, expand Visual C#, and then select .NET Standard. In the list at the center, select Class Library (.NET Standard), type the name SharedLibrary, and then click on OK, as shown in the following screenshot:

In Solution Explorer, right-click on the SharedLibrary project, and choose Edit SharedLibrary.csproj.
A Class Library (.NET Standard) project will target version 2.0 by default, as shown in the following markup:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> ...
Read now
Unlock full access