MetapackageSdk 0.0.4

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
<Sdk Name="MetapackageSdk" Version="0.0.4" />
                    
For projects that support Sdk, copy this XML node into the project file to reference the package.

Metapackage SDK

This package simplifies (and encapsulates) the process of creating a metapackage.

Usage

Simply add a reference to the MetapackageSdk to your project file along with all of your references to other projects and packages.

<Project Sdk="Microsoft.NET.Sdk">
    <Sdk Name="MetapackageSdk/0.0.4" />
    <ItemGroup Label="Project References">
        <ProjectReference Include="Project.One.csproj" />
        <ProjectReference Include="Project.Two.csproj" />
        <ProjectReference Include="Project.Three.csproj" />
    </ItemGroup>
    <ItemGroup Label="Package References">
        <PackageReference Include="MyCoolPackage" />
        <PackageReference Include="MyKickassPackage" />
        <PackageReference Include="MyReallyCrummyPackageButImStillGonnaReleaseIt" />
    </ItemGroup>
</Project>

Then, run `dotnet pack` and you'll get a metapackage with all of your dependencies.
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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