dotnet-mergenupkg 2.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package dotnet-mergenupkg --version 2.3.1
NuGet\Install-Package dotnet-mergenupkg -Version 2.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dotnet-mergenupkg" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotnet-mergenupkg --version 2.3.1
#r "nuget: dotnet-mergenupkg, 2.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install dotnet-mergenupkg as a Cake Addin
#addin nuget:?package=dotnet-mergenupkg&version=2.3.1

// Install dotnet-mergenupkg as a Cake Tool
#tool nuget:?package=dotnet-mergenupkg&version=2.3.1

Merge two nuget package dependencies

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

see dotnet mergenupkg --help for more info

Usage

Add it as .NET CLI tool

  <ItemGroup>
    <DotNetCliToolReference Include="dotnet-mergenupkg" Version="2.*" />
  </ItemGroup>

After a restore, can be invoked from same directory with

dotnet mergenupkg --help

NOTE like every .net cli tool, must run in msbuild project file directory where is declared. So if you run it from a build script, change the current directory before execute the command.

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 netcoreapp1.0 is compatible.  netcoreapp1.1 was computed.  netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 3,715 11/21/2019
2.4.0 2,571 10/4/2018
2.3.1 11,855 9/12/2018
2.3.0 854 9/6/2018
2.2.2 9,410 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,957 7/18/2016
1.0.0 1,399 6/29/2016
0.10.2 1,792 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