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

.Net 8 upgrade #2222

Closed
salladorets opened this issue Nov 16, 2023 · 1 comment
Closed

.Net 8 upgrade #2222

salladorets opened this issue Nov 16, 2023 · 1 comment

Comments

@salladorets
Copy link

salladorets commented Nov 16, 2023

The following warning appeared after update to .Net 8. (SDK version 5.34.0).
Looks like application works fine, only the warnings appeared.
Detected package version outside of dependency constraint: Microsoft.Kiota.Http.HttpClientLibrary 1.3.0 requires System.Text.Json (>= 6.0.0 && < 8.0.0) but version System.Text.Json 8.0.0 was resolved.

Detected package version outside of dependency constraint: Microsoft.Kiota.Serialization.Json 1.1.1 requires System.Text.Json (>= 6.0.0 && < 8.0.0) but version System.Text.Json 8.0.0 was resolved.

@andrueastman
Copy link
Member

Thanks for raising this @salladorets

This should be resolved with latest update available at https://www.nuget.org/packages/Microsoft.Graph/5.35.0

Closing this as a duplicate of #2214

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

2 participants