-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels