Open ViktorHofer opened 2 months 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.
Issue is missing Type label, remember to add a Type label
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.