Closed
Description
Description
When packing with PKGProj the package index + harvesting validation ensured our dependencies were rather current, even for those packages we were no longer building. We should make sure we think about how to handle this once moving to CSProj, so that we ensure that we ship 6.0 with the latest serviced dependencies.
If I look at
Lines 82 to 115 in fb931c6
I see a few cases of stale dependencies, or dependencies which are even a major release behind.
The fix here may be as simple as ensuring darc-subscriptions from past servicing releases which are still being built, and a manual pass over the list to ensure it's up to date for those repos which don't publish to darc. We could consider validation for this somewhere as well, or just remember to do a pass every release.