Skip to content

Upgrading to .Net 8#237

Open
EdBlacker wants to merge 1 commit intojefffhaynes:masterfrom
c49nu5:net8_support
Open

Upgrading to .Net 8#237
EdBlacker wants to merge 1 commit intojefffhaynes:masterfrom
c49nu5:net8_support

Conversation

@EdBlacker
Copy link

No description provided.

@DanielOgMh
Copy link

DanielOgMh commented Feb 13, 2026

Why wasn't this merged?
Well… we have .NET 10 now, but the lack of a dedicated .NET target (hence using .NET Standard) adds thousands of requirements to a .NET 8/9/10 project that just tries to use BinarySerializer.

@EdBlacker
Copy link
Author

Why wasn't this merged? Well… we have .NET 10 now, but the lack of a dedicated .NET target (hence using .NET Standard) adds thousands of requirements to a .NET 8/9/10 project that just tries to use BinarySerializer.

Actually targeting ,NetStandard 2.0 in the main project would make more sense. And multi targeting the tests to be absolutely sure it works with different frameworks @jefffhaynes

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