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 MyProjectdotnet new xunit -o MyProjectTest