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
* Proper versions had a bug where it didn't provide the version for project references.
- How NuGet deals with project references and gets a version to use for the generated NuSpec dependency is a bit of a black art. None of it is formally documented, but is critical to any automated versioning system. Sadly the versioning task got this wrong and thus the generated packages all had `1.0.0` as the version for all project reference dependencies.
0 commit comments