Skip to content

Getting user teams has different object model #1925

Answered by andrueastman
Nevinia210 asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like the PnP.Framework depends on Microsoft.Graph (>= 3.33.0) while your project depends on 3.8.0.

This is causing the project to use the higher package version referred to by PnP.Framework by which defines the properties and are therefore not being placed in the additionaldata.

I would suggest updating you project reference to 3.33.0 so that the reference match and you can simply read the properties from the Team object consisitently.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Nevinia210
Comment options

Answer selected by Nevinia210
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants