How to install the package Colorsfly.Mycat from NuGet
.Net
C#
NuGet
Colorsfly.Mycat
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package Colorsfly.Mycat -Version 1.0.0
# .NET CLI
dotnet add package Colorsfly.Mycat --version 1.0.0
# PackageReference
<PackageReference Include="Colorsfly.Mycat" Version="1.0.0" />
# Paket CLI
paket add Colorsfly.Mycat --version 1.0.0