Esri.ArcGISRuntime.LocalServices
Contains APIs for working with ArcGIS Runtime Local Server.
Local Server is an optional component of ArcGIS Runtime SDK for .NET and is available as an additional download for Windows (64-bit) only. To develop with Local Server you must install the ArcGIS Runtime Local Server SDK and add the Esri.ArcGISRuntime.LocalServices
NuGet package to your WPF application project. To deploy your application with Local Server capabilities you must configure the ArcGIS Runtime Local Server manifest file which is automatically generated in your WPF application project folder.
Supported for use in Windows desktop apps with the following .NET target frameworks:
- .NET 6
- .NET Framework 4.6.1+
<PackageReference Include="Esri.ArcGISRuntime.LocalServices" Version="100.15.0" />