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 a terminal window (Applications | Utilities | Terminal).
  2. Now, in your home directory, type the following command (you might have to create a separate directory for your projects and do the following command): 
      $ dotnet new sln -o Chapter3.CsvFile
  1.  Now, type the following command to navigate to the newly created solution:
      $ cd Chapter3.CsvFile
  1. Again, type this command to create the .NET Standard 2.0 library project:
      $ dotnet new classlib -o Chapter3.CsvFile.CsvReader
  1. Now let's add this project to our solution by typing this command:
      $ dotnet sln add       Chapter3.CsvFile.CsvReader/Chapter3.CsvFile.CsvReader.csproj
  1. Let's open Visual Studio Code and open the current solution directory (File | Open). (Visual Studio ...
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