You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Central Package Management works fine when I use dotnet pack command alone without NuGetizer.
Similarly, I can conditionally specify different versions in the project file with NuGetizer if the Central Package Management disabled.
The problem is that I can't use both Central Package Management and NuGetizer to use different versions of a dependency per target when multitargeting.
The text was updated successfully, but these errors were encountered:
Describe the Bug
NuGetizer is ignoring central package management.
Steps to Reproduce
Directory.Packages.props
and enable central package management for the solution.Expected Behavior
I expected the following dependencies in the
nuspec
file when Idotnet pack
:but I am getting:
Exception with Stack Trace
Version Info
Additional Info
Central Package Management works fine when I use
dotnet pack
command alone without NuGetizer.Similarly, I can conditionally specify different versions in the project file with NuGetizer if the Central Package Management disabled.
The problem is that I can't use both Central Package Management and NuGetizer to use different versions of a dependency per target when multitargeting.
The text was updated successfully, but these errors were encountered: