02-06 Create Class

01

Make sure you are in the parent folder directory, Create the new class libary with classlib

dotnet new classlib -n MyLibrary

02

The Class is only visible in the normal explorer, not the SOLUTION EXPlOYER

03

Fix this by right clicking in Project's SOLUTION EXPLOYER and select the new classlib

04

Delete the placehold.cs file, and create a WheatherCalculator class