Errors upgrading Microsoft.Graph NuGet package to version 5.54 in .NET 8
I’m trying to upgrade the Microsoft.Graph NuGet package to version 5.54 in my .NET 8 project. After the upgrade, I’m encountering errors in my code.I attached screen shot and sample code below.
How to pass Users $deltaToken in Microsoft.Graph v5.53.0
I had a problem that when I updated the Microsoft.Graph library from v3 to v5.53.0, everything broke. I have already found a rough solution, but the problem is that I have a deltaToken that I want to pass to the API, but for some reason it doesn’t work.