-
Notifications
You must be signed in to change notification settings - Fork 560
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
6.0.0-rc.23205.4 nuget packages are broken #5091
Labels
Comments
|
I discovered System.Security.Principal.Windows was not needed on Primitives so if you are using HTTP only, it won't be pulled in any more. |
mconnew
added a commit
to mconnew/wcf
that referenced
this issue
Apr 20, 2023
HongGit
pushed a commit
that referenced
this issue
Apr 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DuplexChannelFactory<TChannel>
has only 4 constructor overloads in the ref assembly. Is there an actual need for a ref assembly at all?TargetFramework
attribute which confuses tooling (in some contexts they are interpreted as targeting .NET Core 3.1, in other as net48).Microsoft.Bcl.AsyncInterfaces
,System.Numerics.Vectors
.Microsoft.Extensions.ObjectPool
dependency version should be updated to at least net6.0.System.Security.Principal.Windows
should probably not be a direct dependency for a supposedlynet6.0
targeted (multi-platform) package. It should come through anet6.0-windows
target probably?The text was updated successfully, but these errors were encountered: