Studio 2020.10.11 using .NETFramework 4.8.1?

Dear All,

I am using Studio version 2020.10.11 now. When I install MicrosoftOffice365 package and want to use graph API activities, it shows below error message to me.

"Reference required to assembly ‘netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ containing the base class ‘System.Object’. Add one to your project. "

Any solution I can take? Many thanks!

Hi @HK_Robot

Just check in your project imports if the System.Object is available.

Thanks
#nK