dotnet / wcf

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
MIT License
1.72k stars 558 forks source link

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

Closed mconnew closed 5 days ago

mconnew commented 1 week ago

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

ErikEJ commented 5 days ago

@HongGit When is next release planned?