JonPSmith.MultiProjPack
1.1.1
.NET Core 3.1
dotnet tool install --global JonPSmith.MultiProjPack --version 1.1.1
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 JonPSmith.MultiProjPack --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=JonPSmith.MultiProjPack&version=1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package JonPSmith.MultiProjPack --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MultiProjPack
Tool
This MultiProjPack
tool is designed to create a NuGet package that has multiple projects (assemblies) in it. I created this tool because (currently) you can't do that via NuGet settings in a .csproj file. The documenation for this dotnet tool
are in this README file and the Release Notes file tells you what has happened in each version.
This is a open-source project under the MIT licence.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
- Updated to the new `<icon>images\someicon.png</icon>` format
- Updated to the new `<license type="expression">MIT</license>` format
- NOTE: does not support `<license type="file">LICENSE.txt</license>` format