|
1 | 1 | <Project Sdk="MSBuild.Sdk.Extras/3.0.23"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>$(iOSTargetFramework);$(UWPTargetFramework);$(AndroidTargetFramework);$(DotNetTargetFramework);$(NetCoreTargetFramework);$(NetWindowsTargetFramework);$(NetAndroidTargetFramework);$(NetiOSTargetFramework);netstandard2.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.0;$(iOSTargetFramework);$(AndroidTargetFramework);$(NetAndroidTargetFramework);$(NetiOSTargetFramework)</TargetFrameworks> |
| 5 | + <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);$(DotNetTargetFramework);$(NetWindowsTargetFramework);$(UWPTargetFramework)</TargetFrameworks> |
5 | 6 | <Description>ArcGIS Runtime controls and utilities for Universal Windows Platform (UWP), Windows Presentation Foundation (WPF), Xamarin.Android, and Xamarin.iOS apps.</Description> |
6 | 7 | <PackageTags>ArcGIS Cartography Geo Geographic Geography Geolocation Geospatial GIS Latitude Location Longitude Map Mapping Maps Places Spatial 3D UWP WPF Xamarin Android iOS toolkit</PackageTags> |
7 | 8 | <RootNamespace>Esri.ArcGISRuntime.Toolkit</RootNamespace> |
|
19 | 20 | <GenerateLibraryLayout>true</GenerateLibraryLayout> |
20 | 21 | </PropertyGroup> |
21 | 22 |
|
22 | | - <PropertyGroup Condition="'$(TargetFramework)' == '$(NetCoreTargetFramework)' OR '$(TargetFramework)' == '$(NetWindowsTargetFramework)' OR '$(IsDotNetFramework)' == 'true'"> |
| 23 | + <PropertyGroup Condition="'$(TargetFramework)' == '$(NetWindowsTargetFramework)' OR '$(IsDotNetFramework)' == 'true'"> |
23 | 24 | <UseWpf>true</UseWpf> |
24 | 25 | </PropertyGroup> |
25 | 26 |
|
|
29 | 30 |
|
30 | 31 | <ItemGroup Condition="'$(IsTargetingAndroid)' == 'true'"> |
31 | 32 | <PackageReference Include="Esri.ArcGISRuntime.Xamarin.Android" Version="$(ArcGISRuntimePackageVersion)" /> |
32 | | - <PackageReference Include="Xamarin.Android.Support.Constraint.Layout" Version="1.1.2" Condition="'$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), "net6.0"))'!='true'" /> |
| 33 | + <PackageReference Include="Xamarin.Android.Support.Constraint.Layout" Version="2.0.1" Condition="'$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), "net6.0"))'!='true'" /> |
33 | 34 | <PackageReference Include="Xamarin.Android.Support.v7.RecyclerView" Version="28.0.0.3" Condition="'$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), "net6.0"))'!='true'" /> |
34 | 35 | <PackageReference Include="Xamarin.AndroidX.ConstraintLayout" Version="2.1.1.2" Condition="'$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), "net6.0"))'=='true'" /> |
35 | 36 | <PackageReference Include="Xamarin.AndroidX.RecyclerView" Version="1.2.1.3" Condition="'$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), "net6.0"))'=='true'" /> |
|
0 commit comments