dotnet-mergenupkg
2.4.0
See the version list below for details.
dotnet add package dotnet-mergenupkg --version 2.4.0
NuGet\Install-Package dotnet-mergenupkg -Version 2.4.0
<PackageReference Include="dotnet-mergenupkg" Version="2.4.0" />
paket add dotnet-mergenupkg --version 2.4.0
#r "nuget: dotnet-mergenupkg, 2.4.0"
// Install dotnet-mergenupkg as a Cake Addin #addin nuget:?package=dotnet-mergenupkg&version=2.4.0 // Install dotnet-mergenupkg as a Cake Tool #tool nuget:?package=dotnet-mergenupkg&version=2.4.0
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 | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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. |
-
.NETCoreApp 1.0
- FSharp.Core (>= 4.3.4)
- Microsoft.NETCore.App (>= 1.0.5)
- System.ValueTuple (>= 4.4.0)
-
.NETCoreApp 2.0
- FSharp.Core (>= 4.3.4)
- Microsoft.NETCore.App (>= 2.0.0)
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,916 | 11/21/2019 |
2.4.0 | 2,622 | 10/4/2018 |
2.3.1 | 11,906 | 9/12/2018 |
2.3.0 | 906 | 9/6/2018 |
2.2.2 | 9,460 | 12/24/2017 |
2.2.1 | 1,193 | 12/24/2017 |
2.2.0 | 1,197 | 12/22/2017 |
2.1.0 | 3,874 | 9/29/2017 |
2.0.0 | 1,521 | 9/1/2017 |
1.0.1 | 11,992 | 7/18/2016 |
1.0.0 | 1,450 | 6/29/2016 |
0.10.2 | 1,828 | 5/20/2016 |
0.10.1 | 1,536 | 5/20/2016 |
0.10.0 | 1,576 | 5/20/2016 |
0.9.9 | 1,670 | 4/7/2016 |
0.9.8 | 1,566 | 4/7/2016 |