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

System.ServiceModel.Primitives does not seem to be compatible with .net 6 #5694

Open
JonSaffron opened this issue Nov 20, 2024 · 0 comments
Open

Comments

@JonSaffron
Copy link

Although NuGet says that the package is compatible with .net 6, and there is no problem bringing in the package, I cannot get Visual Studio to see anything in the System.ServiceModel namespace with the exception of the Syndication namespace.
Image

To Reproduce
Create a test project targeting framework net6.0.
Add package System.ServiceModel.Primitives 8.1.0
Note that none of the expected objects in the System.ServiceModel are available
Change the targeted framework to net8.0
Note that the expected objects now become available

Expected behavior
Either for nuget.org to clearly show that the package is NOT compatible with .net 6 (as it was with version 8.0.0),
OR for the package to be made compatible with .net 6

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

No branches or pull requests

1 participant