dotnet-mergenupkg 3.0.0

dotnet tool install --global dotnet-mergenupkg --version 3.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dotnet-mergenupkg --version 3.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-mergenupkg&version=3.0.0
nuke :add-package dotnet-mergenupkg --version 3.0.0

Merge two nuget package

Useful to add .NET Core dependencies (assemblies, nuspec deps, tools) built with .NET Core Sdk inside an existing .nupkg

dotnet mergenupkg --source a.nupkg --other b.nupkg --framework netstandard2.0

The above command will modify the package a.nupkg adding the package dependencies and files (assemblies, xmldoc) for target framework netstandard2.0 from package b.nupkg

With --tools merge the dotnet tools instead of lib, to bundle a .net core framework dependent app, who can be useful if a package need to run a tool from a known location (like in a .Sdk package)

see dotnet mergenupkg --help for more info

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
3.0.0 3,709 11/21/2019
2.4.0 2,571 10/4/2018
2.3.1 11,854 9/12/2018
2.3.0 854 9/6/2018
2.2.2 9,409 12/24/2017
2.2.1 1,146 12/24/2017
2.2.0 1,153 12/22/2017
2.1.0 3,843 9/29/2017
2.0.0 1,437 9/1/2017
1.0.1 11,956 7/18/2016
1.0.0 1,399 6/29/2016
0.10.2 1,791 5/20/2016
0.10.1 1,489 5/20/2016
0.10.0 1,519 5/20/2016
0.9.9 1,615 4/7/2016
0.9.8 1,504 4/7/2016