You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DLL hell that System.Net.Http is, even with >= 4.3.3 and Net Framework 4.7.2 is just such a nightmare, that there's no good reason to depend on the nuget version instead of the Framework version. Users installing Graph SDK into netstandard can use the nuget version, because the csproj modification will only require the nuget package for them, not the full framework projects.