8 Adding Console.Waterworks to Your Project
Craig Oates edited this page 4 years ago

The are several ways to add Console.Waterworks (C.W.) to your project. You can do it via the Package-Manager Console or the G.U.I. -- both are in Visual Studio. Another way to add C.W. to your project is via the .Net CLI tool.

// Make sure you use enter the version number you want.

// Package Manager Console
Install-Package Console.Waterworks -Version 1.0.0.2

// .Net CLI Tool
dotnet add package Console.Waterworks --version 1.0.0.2

If you are using the NuGet Package Manager in Visual Studio, you can search for C.W. and install it from there. If you do that, your Visual Studio should look similar to the image below.

nuget package manager gui

You can find more information about C.W. on NuGet's website. If you would like to do that, use the following links: