Pack library with analyzer #9106
Labels
Area:Analyzers
Functionality:Pack
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
If we have:
And we want to pack so that
Lib.nupkg
has a package dependency onLib.Analyzers.nupkg
An example of the desired result is: Microsoft.CodeAnalysis.Common that has a dependency on Microsoft.CodeAnalysis.Analyzers
For anyone familiar with paket it is done like this using paket:
In
paket.template
Is there support for this scenario and if so where is it documented?
The text was updated successfully, but these errors were encountered: