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