-
Notifications
You must be signed in to change notification settings - Fork 252
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 conflict System.Text.Json #2214
Comments
This extends beyond just
This is on Windows 10 Enterprise, Version 22H2. Trying to add an explicit reference to version 8.0.0 of edit: Looks like Microsoft.Kiota.Abstractions has an open issue for the DiagnosticsSource upgrade microsoft/kiota-dotnet#149 |
Kiota update is out, so I hope this will follow soon. |
Microsoft.Kiota.Abstractions is not enough Microsoft.Kiota.Authentication.Azure Is needed as well. Once those are in place, Microsoft.Graph.Core can be updated, followed by Microsoft.Graph. |
Closed via microsoftgraph/msgraph-sdk-dotnet-core#771 |
@andrueastman do we still need a release here so that we pick up version 3.1.2 of |
@jeffpardy I installed 3.1.2 Microsoft.Graph.Core Nuget next to Microsoft.Graph 5.34.0 and it seems to work for now. |
As confirmed by @SeeUnsharp you can simply pull 3.1.2 Microsoft.Graph.Core. We will be releasing a new version of Microsoft.Graph that pulls this version soon after we close #2213 |
Describe the bug
Hi,
After upgrading project to .NET8 RTM got error
To Reproduce
Expected behavior
Build success without error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: