Add msbuild extension point after Directory.Packages.props is imported #13743
Labels
Area:RestoreCPM
Central package management
Functionality:Restore
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Type:Feature
Define an msbuild extension point to be able to import msbuild logic directly after the Directory.Packages.props file gets imported.
This mimics the extension point that already exists for Directory.Packages.props: https://github.com/dotnet/msbuild/blob/07a6d0d9cd3515987587b34dd8171c5c7372dcd9/src/Tasks/Microsoft.Common.props#L36
This is useful as source-build updates the Version metadata on the PackageVersion items to lift dependencies to a live built version.
The text was updated successfully, but these errors were encountered: