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