markjprice / cs11dotnet7

Repository for the Packt Publishing book titled "C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
566 stars 206 forks source link

Creating a new class library #66

Closed cmkaya closed 1 year ago

cmkaya commented 1 year ago

Hi there!

I created an issue, but I do not know somehow it is removed. That's why I create it again.

Chapter: 4 Page Number: 185 Section Title: Creating a class library that needs testing Step Number: 5 Problem to fix: In the sentence, it states that we command dotnet new console to create a new class library in terminal. However, that generates a console project. Suggested solution: To create a new class library, we command dotnet new classlib in terminal.