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

Use .NET 8 assemblies for SDK #534

Merged
merged 5 commits into from
Dec 9, 2024
Merged

Use .NET 8 assemblies for SDK #534

merged 5 commits into from
Dec 9, 2024

Conversation

zijchen
Copy link
Member

@zijchen zijchen commented Dec 2, 2024

Important

.NET 8 SDK will be the minimum version required for building SDK-style projects going forward.

Shipping .NET 8 assemblies with the SDK instead of the netstandard version, since Microsoft.Data.SqlClient 6 will be dropping support for netstandard.

@ErikEJ
Copy link
Contributor

ErikEJ commented Dec 2, 2024

MDS 6 also drops support for .NET 6! This should be .NET 8 I think.

@zijchen
Copy link
Member Author

zijchen commented Dec 3, 2024

MDS 6 also drops support for .NET 6! This should be .NET 8 I think.

Thanks for the heads up, I haven't noticed the latest MDS version no longer targets .NET 6. I need to check with the SqlClient team to see what the final version will be.

@ErikEJ
Copy link
Contributor

ErikEJ commented Dec 3, 2024

@zijchen Just check the release notes...

@zijchen zijchen changed the title Use .NET 6 assemblies for SDK Use .NET 8 assemblies for SDK Dec 3, 2024
@zijchen zijchen marked this pull request as ready for review December 3, 2024 18:40
@zijchen zijchen merged commit 8b93df3 into main Dec 9, 2024
7 checks passed
@zijchen zijchen deleted the zijchen/target-net6 branch December 9, 2024 19:10
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.

5 participants