Skip to content

Fix LT-22220: Copy Nuget System.Buffers post build#408

Merged
jasonleenaylor merged 1 commit into
release/9.3from
chore/fixSystemBuffers
Jul 23, 2025
Merged

Fix LT-22220: Copy Nuget System.Buffers post build#408
jasonleenaylor merged 1 commit into
release/9.3from
chore/fixSystemBuffers

Conversation

@jasonleenaylor

@jasonleenaylor jasonleenaylor commented Jul 23, 2025

Copy link
Copy Markdown
Contributor
  • The GAC version of System.Buffers was being copied during project builds making the version of Visual Studio on the build system determine what version of Buffers ended up in the Build Output. Rather than add a direct reference to every project that might pull it in as a tertiary dependency add a post build copy

This change is Reviewable

* The GAC version of System.Buffers was being copied during
  project builds making the version of Visual Studio on the
  build system determine what version of Buffers ended up
  in the Build Output. Rather than add a direct reference
  to every project that might pull it in as a tertiary
  dependency add a post build copy
@jasonleenaylor jasonleenaylor enabled auto-merge (rebase) July 23, 2025 16:12
@jasonleenaylor jasonleenaylor merged commit fe05ba9 into release/9.3 Jul 23, 2025
4 checks passed
@jasonleenaylor jasonleenaylor deleted the chore/fixSystemBuffers branch July 23, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants