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

Fix S.SM.Http ref assembly for net8.0 #5691

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Conversation

mconnew
Copy link
Member

@mconnew mconnew commented Nov 19, 2024

Http ref assembly had been generated from netstandard dummy implementation instead of real implementation.

Some properties/methods/types shouldn't have been public so cleaned up in implementation so ref is correct

Fixes #5690
Fixes #5692

Http ref assembly had been generated from netstandard dummy implementation instead of real implementation.

Some properties/methods/types shouldn't have been public so cleaned up in implementation so ref is correct
@mconnew mconnew requested a review from HongGit November 19, 2024 00:26
@HongGit HongGit merged commit bed3c6a into dotnet:main Nov 20, 2024
8 of 15 checks passed
@ErikEJ
Copy link

ErikEJ commented Nov 20, 2024

@HongGit When is next release planned?

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.

Description nuget package is missing ref assembly in 8.1 BasicHttpSecurity fails with 8.1
3 participants