I'm trying to use the following classes CredentialRequestInfo
and Credential
.
And as mentioned in ArcGIS Developers, in order to use the classes we need to install Esri.ArcGISRuntime
nuget package.
But when installing the package, I get the following error:
The 'Esri.ArcGISRuntime' nuget package is not supported for the Target Framework 'netcoreapp2.2'
Is there a work-around we can do in order to use this nuget package? Or is there any updates or what?