NuGet / Home

Repo for NuGet Client issues
Other
1.49k stars 251 forks source link

Add msbuild extension point after Directory.Packages.props is imported #13743

Open ViktorHofer opened 3 weeks ago

ViktorHofer commented 3 weeks ago

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.

dotnet-policy-service[bot] commented 3 weeks ago

Issue is missing Type label, remember to add a Type label