SharePoint Application Scope w/WebLogin

Due to security reasons I must implement a SharePoint Activity with WebLogin selected.

I’m attempting to upload a file but the SharePoint activity does not matter, I get the error on all SharePoint activities.

I get this error, never asked to present credentials.

RemoteException wrapping System.AggregateException: One or more errors occurred. —> RemoteException wrapping System.MissingMethodException: Method not found: ‘Microsoft.SharePoint.Client.ClientContext OfficeDevPnP.Core.AuthenticationManager.GetWebLoginClientContext(System.String,
System.Drawing.Icon,
Boolean)’.
at UiPathTeam.SharePoint.SharePointContextInfo.<>c__DisplayClass17_0.b__2()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
— End of inner exception stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout,
CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait(TimeSpan timeout)
at UiPathTeam.SharePoint.SharePointContextInfo.GetSharePointContext()
at UiPathTeam.SharePoint.Activities.Libraries.UploadFile.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)