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 (Applications | Utilities | Terminal).
  2. Navigate to the root of the solution we built in the previous recipe and enter the following command:
      $ dotnet new console -o Chapter3.CsvFile.ConsoleApp
  1.  Again, type this command to see the content of the directory:
      $ ls
  1. Your terminal should look like this:
  1.  Execute the following commands to add this project to the solution and to test build:
      $ dotnet sln add       Chapter3.CsvFile.Console/Chapter3.CsvFile.ConsoleApp.csproj       $ dotnet build
  1.  Let's open Visual Studio Code and open (File | Open) the full solution.
  1. Your Visual Studio Code should look like this: ...
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