Skip to content

Downgrade System.Memory to fix buffer version issue - #592

Merged
adamhathcock merged 2 commits into
masterfrom
memory-downgrade
Jun 4, 2021
Merged

Downgrade System.Memory to fix buffer version issue#592
adamhathcock merged 2 commits into
masterfrom
memory-downgrade

Conversation

@adamhathcock

Copy link
Copy Markdown
Owner

No description provided.

@schlotter

Copy link
Copy Markdown

Thank you! I can confirm this PR fixes bug #591.

<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Memory" Version="4.5.3" />
<PackageReference Include="System.Buffers" Version="4.4.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a comment could be added that the System.Buffers package reference can be removed as soon as dotnet/runtime#1830 is fixed?

@schlotter

Copy link
Copy Markdown

Hi @adamhathcock!

This looks good to me. Do you plan to merge?

Best regards,
Christian

@adamhathcock
adamhathcock merged commit 8ee257d into master Jun 4, 2021
@adamhathcock
adamhathcock deleted the memory-downgrade branch June 4, 2021 12:46
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