dotnet-mergenupkg
2.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package dotnet-mergenupkg --version 2.1.0
NuGet\Install-Package dotnet-mergenupkg -Version 2.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotnet-mergenupkg --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dotnet-mergenupkg, 2.1.0"
#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.1.0 // Install dotnet-mergenupkg as a Cake Tool #tool nuget:?package=dotnet-mergenupkg&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotnet-mergenupkg
Merge two nuget package dependencies
Useful to add .NET Core dependencies (assemblies, nuspec deps) built with .NET Core Sdk inside an existing .nupkg
dotnet mergenupkg --source a.nupkg --other b.nupkg --framework netstandard1.6
see dotnet mergenupkg --help
for more info
Usage
Add it as .NET CLI tool
<ItemGroup>
<DotNetCliToolReference Include="dotnet-mergenupkg" Version="2.0.*" />
</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 build script, change the current directory before execute the command.
# Build
Run `dotnet msbuild /t:Pack` to create the package in `artifacts/nupkgs`
Run `dotnet msbuild /t:Test` to run tests
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 1.0
- FSharp.Core (>= 4.2.3)
- Microsoft.NETCore.App (>= 1.0.5)
- System.ValueTuple (>= 4.4.0)
-
.NETCoreApp 2.0
- FSharp.Core (>= 4.2.3)
- 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,873 | 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 |