These instructions is a part of a live coding video.
.NET Core 3.1 SDK - https://dotnet.microsoft.com/download
Create a base folder CodingLive005
.
Create the .gitignore file based on file https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
dotnet new classlib -o MyProject
dotnet new xunit -o MyProjectTest