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