Using Esri.ArcGISRuntime with .net core 2.2 application

716
1
02-24-2020 05:02 AM
MohamadMousheimish1
New Contributor II

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?

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

You need at least .NET Core 3.1 to use this package. Also it'll only run on Windows as a desktop app (use the Microsoft.NET.Sdk.WindowsDesktop SDK in your csproj header)

0 Kudos