enum-utilities-generator icon indicating copy to clipboard operation
enum-utilities-generator copied to clipboard

Mark as development dependency

Open biohazard999 opened this issue 2 years ago • 0 comments

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>

biohazard999 avatar Aug 02 '22 07:08 biohazard999