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

Bring back netstandard2.0 and netfx support #5674

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

mconnew
Copy link
Member

@mconnew mconnew commented Nov 6, 2024

Netstandard2.0 support is compilation only
NetFx is type forwarding when a library has been compiled against .net standard2.0 and is running on NetFx.

Still need to add support for using a library compiled against NetFx on .NET

@mconnew mconnew force-pushed the HttpNetStandardSupport branch 6 times, most recently from a896f69 to db8d583 Compare November 8, 2024 19:12
Adding System.ServiceModel.dll shim to Primitives lib/net8.0
Add placeholder file to stop package being used on older runtimes
Adding System.ServiceModel.dll shim to Primitives lib/net8.0
@mconnew mconnew force-pushed the HttpNetStandardSupport branch from db8d583 to 20c52eb Compare November 8, 2024 19:17
@mconnew mconnew merged commit 0011928 into dotnet:main Nov 8, 2024
8 of 15 checks passed
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.

1 participant