Hi -
Is anyone able to get the sample ArcGISRuntime.WPF.Viewer.NetCore.csproj for 100.10 to compile with .net 5.0?
With <TargetFramework>net5.0-windows</TargetFramework>, I get this error:
Error The 'Esri.ArcGISRuntime.Hydrography' nuget package cannot be used to target 'net5.0-windows'. Target 'net5.0-windows10.0.18362.0' or higher instead.
So I updated to <TargetFramework>net5.0-windows10.0.19041.0</TargetFramework>, but now I get this:
Error XDG0008 The name "Map" does not exist in the namespace "http://schemas.esri.com/arcgis/runtime/2013". ArcGISRuntime.WPF.Viewer.NetCore
\repos\esri\arcgis-runtime-samples-dotnet\src\WPF\ArcGISRuntime.WPF.Viewer\Samples\Layers\ArcGISMapImageLayerUrl\ArcGISMapImageLayerUrl.xaml
Thanks, Kirk