Remove duplicate entries in Directory.Build.props.#25126
Conversation
Only keep the highest version for each entry.
There was a problem hiding this comment.
Pull request overview
This PR cleans up Directory.Build.props by removing duplicate package-version properties so that each package version is defined exactly once (keeping the highest version).
Changes:
- Removed duplicate
MonoCecilPackageVersion,NUnitPackageVersion,NUnit3TestAdapterPackageVersion, andMicrosoftNETTestSdkPackageVersionproperties. - Standardized the effective versions to: Mono.Cecil
0.11.6, NUnit4.4.0, NUnit3TestAdapter6.1.0, Microsoft.NET.Test.Sdk18.0.1.
✅ [CI Build #977303a] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #977303a] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #977303a] Build passed (Build macOS tests) ✅Pipeline on Agent |
🚀 [CI Build #977303a] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 156 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
Only keep the highest version for each entry.