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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-mergenupkg --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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,807 | 11/21/2019 |
2.4.0 | 2,610 | 10/4/2018 |
2.3.1 | 11,894 | 9/12/2018 |
2.3.0 | 892 | 9/6/2018 |
2.2.2 | 9,447 | 12/24/2017 |
2.2.1 | 1,180 | 12/24/2017 |
2.2.0 | 1,186 | 12/22/2017 |
2.1.0 | 3,862 | 9/29/2017 |
2.0.0 | 1,507 | 9/1/2017 |
1.0.1 | 11,977 | 7/18/2016 |
1.0.0 | 1,437 | 6/29/2016 |
0.10.2 | 1,812 | 5/20/2016 |
0.10.1 | 1,521 | 5/20/2016 |
0.10.0 | 1,562 | 5/20/2016 |
0.9.9 | 1,655 | 4/7/2016 |
0.9.8 | 1,552 | 4/7/2016 |