Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actual SDK support #1435

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

MoryakSPb
Copy link

As of November 12, .NET 6 is no longer supported by Microsoft. It is necessary to provide support for currently relevant SDKs.

@wiz0u
Copy link
Member

wiz0u commented Nov 13, 2024

Our .NET 6 build is compatible with projects using any more recent .NET projects. No need to produce specific build variants of our library unless we want to take advantage of some features in this variant only.

See the color legend:
image

@MoryakSPb
Copy link
Author

Yes, right now it is not a problem and we can use the library in compatibility mode. Problems will arise in the future when dependencies stop supporting .NET 6. The update will also reduce the number of transitive dependencies: System.Text.Json in version 9.0.0 has no dependencies. This version exludes support for .NET 6, so when building .NET 6, System.Text.Json for .NET Standard 2.0 will be used.

@MoryakSPb
Copy link
Author

@tuscen already had a problem with targeting .NET 6:
#1322 (comment)

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