Skip to content

Allow specifying PackFolder in ProjectReference #124

@kzu

Description

@kzu

Instead of having to use the less intuitive AdditionalProperties like so:

    <ProjectReference Include="..\ClassLibraryNET472\ClassLibraryNET472.csproj" 
                      AdditionalProperties="PackFolder=lib\net5.0\SpecificFolder" />

Make it possible to just place PackFolder on the ProjectReference itself too:

    <ProjectReference Include="..\ClassLibraryNET472\ClassLibraryNET472.csproj" 
                      PackFolder="lib\net5.0\SpecificFolder" />

Originally asked on #118 by @denjmpr.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions