Skip to Content
.NET Standard 2.0 Cookbook
book

.NET Standard 2.0 Cookbook

by Fiqri Ismail
May 2018
Intermediate to advanced content levelIntermediate to advanced
394 pages
9h 51m
English
Packt Publishing
Content preview from .NET Standard 2.0 Cookbook

How to do it...

  1. Open the terminal.
  2. Now in your home directory or any other directory type the following command and press Enter:
      $ dotnet new sln -o Chapter3 -n Chapter3.LogFile
  1.  Now, change to the newly created directory, using the following command:
      $ cd Chapter3
  1. Now you are inside the root of your solution. Let's create the .NET Standard library project using the following command:
      $ dotnet new classlib -o Chapter3.LogFile.LogLib
  1. Now that we have created our Class Library Project, let's open the whole solution using Visual Studio Code.
  2. Type the following command in the terminal and press Enter:
      $ code .
  1. The previous command will open Visual Studio Code in the current directory and the IDE should look like this:
  1. Now, in ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

C# 7 and .NET Core 2.0 High Performance

C# 7 and .NET Core 2.0 High Performance

Ovais Mehboob Ahmed Khan
.NET Core 2.0 By Example

.NET Core 2.0 By Example

Neha Shrivastava, Rishabh Verma

Publisher Resources

ISBN: 9781788834667Supplemental Content