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