markjprice/cs12dotnet8

Page 95 Exploring more about console apps typo

Emopusta opened this issue · 1 comments

In line 7 it says create a new console app using F# language and there is a cmd instruction to create that console app dotnet new console -lang "F#" --name "ExploringConsole" I think F# needs to be changed into C# according to book topic, content at current page and the next pages.

That is an example of what a command line with arguments looks like. You are not told to enter the command. To create a new project with C# you do not need to specify the -lang argument at all so it would be a less useful example.