Based on NuGet
Last updated
Was this helpful?
Last updated
Was this helpful?
The NuGet installation is so simple like any library else. You can use the Package Manager Console
Window available at Visual Studio, following image bellows:
Enter the command bellow:
PM> Install-Package Tango
With it, Tango and its dependencies will be installed in your application.
Warning
By using NuGet, all project dependencies will be installed automatically.
In order to Tango work correctly is necessary the installation of:
It is necessary for Tango in order to provides a more modern way to work with Tuples and so on.
All of these, for make your experience the best as possible.