Skip to content

Mark as development dependency #1

@biohazard999

Description

@biohazard999

The nuget package is missing the <DevelopmentDependency>true</DevelopmentDependency> flag.

When installed the transient dependencies (for example Microsoft.CodeAnalysis.CSharp) will be included in the clients project.

When installed via nuget it will mark the PackageReference automatically like:

<PackageReference Include="EnumUtilitiesGenerator" Version="0.1.6">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions