Skip to content

NupkgMerge v1.0.1

Latest
Compare
Choose a tag to compare
@AbelCheng AbelCheng released this 22 Jun 14:50

This is a utility (NupkgMerge.exe) enables you to combine two NuGet packages into a single package (Multi-TargetFrameworks).

Usage

NupkgMerge.exe -P[rimary] "primary.nupkg" -S[econd] "second.nupkg" -O[ut] "output.nupkg"


For the convenience of building your packages, you can also install the NuGet Packages Merge Tool from NuGet NupkgMerge:

PM> Install-Package NupkgMerge