enum-utilities-generator
enum-utilities-generator copied to clipboard
Mark as development dependency
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>