UnitTestingWithNUnitSourceProject - contains the source code to test (This has been created with: dotnet create classlib)TestProject - contains the test code (This has been created with: dotnet create nunit)FluentAssertions - Navigate to the TestProject directory and run: dotnet add package FluentAssertions