Skip to content

Commit

Permalink
Update packages to 100.5 to enable LS testing (#580)
Browse files Browse the repository at this point in the history
* Update packages to 100.5 to enable LS testing

* Update all packages to 100.5

* Remove x86 support for iPhone simulator

Required due to changes in support at Runtime 100.5

* deployment updates
  • Loading branch information
nCastle1 committed Feb 14, 2019
1 parent fc795eb commit 04611e6
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 58 deletions.
Expand Up @@ -58,11 +58,11 @@
</PropertyGroup>
<!-- References -->
<ItemGroup>
<Reference Include="Esri.ArcGISRuntime, Version=100.4.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.4.0\lib\MonoAndroid10\Esri.ArcGISRuntime.dll</HintPath>
<Reference Include="Esri.ArcGISRuntime, Version=100.5.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.5.0\lib\MonoAndroid10\Esri.ArcGISRuntime.dll</HintPath>
</Reference>
<Reference Include="Esri.ArcGISRuntime.Hydrography, Version=100.4.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\lib\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.dll</HintPath>
<Reference Include="Esri.ArcGISRuntime.Hydrography, Version=100.5.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\lib\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.dll</HintPath>
</Reference>
<Reference Include="Java.Interop" />
<Reference Include="Mono.Android" />
Expand Down Expand Up @@ -127,10 +127,10 @@
<None Include="Samples\Data\UpdateGeometries\UpdateGeometries.jpg" />
<None Include="Samples\Data\AddFeatures\AddFeatures.jpg" />
<None Include="Samples\Symbology\SceneSymbols\SceneSymbols.jpg" />
<None Include="Samples\Map\TerrainExaggeration\TerrainExaggeration.jpg" />
<None Include="Samples\Map\TerrainExaggeration\TerrainExaggeration.jpg" />
<None Include="Samples\Map\ChangeAtmosphereEffect\ChangeAtmosphereEffect.jpg" />
<None Include="Samples\MapView\IdentifyLayers\IdentifyLayers.jpg" />
<None Include="Samples\GraphicsOverlay\ScenePropertiesExpressions\ScenePropertiesExpressions.jpg" />
<None Include="Samples\GraphicsOverlay\ScenePropertiesExpressions\ScenePropertiesExpressions.jpg" />
<None Include="Samples\Layers\ListKmlContents\ListKmlContents.jpg" />
<None Include="Samples\Layers\IdentifyKmlFeatures\IdentifyKmlFeatures.jpg" />
<None Include="Samples\Layers\DisplayKmlNetworkLinks\DisplayKmlNetworkLinks.jpg" />
Expand Down Expand Up @@ -276,7 +276,7 @@
<Compile Include="Samples\Data\AddFeatures\AddFeatures.cs" />
<Compile Include="Samples\Data\DeleteFeatures\DeleteFeatures.cs" />
<Compile Include="Samples\Symbology\SceneSymbols\SceneSymbols.cs" />
<Compile Include="Samples\Map\TerrainExaggeration\TerrainExaggeration.cs" />
<Compile Include="Samples\Map\TerrainExaggeration\TerrainExaggeration.cs" />
<Compile Include="Samples\Map\ChangeAtmosphereEffect\ChangeAtmosphereEffect.cs" />
<Compile Include="Samples\MapView\IdentifyLayers\IdentifyLayers.cs" />
<Compile Include="Samples\GraphicsOverlay\ScenePropertiesExpressions\ScenePropertiesExpressions.cs" />
Expand Down Expand Up @@ -483,13 +483,13 @@
<!-- Imports -->
<Import Project="..\..\ArcGISRuntime.Samples.Shared\ArcGISRuntime.Samples.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.4.0\build\MonoAndroid10\Esri.ArcGISRuntime.Xamarin.Android.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.4.0\build\MonoAndroid10\Esri.ArcGISRuntime.Xamarin.Android.targets')" />
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.5.0\build\MonoAndroid10\Esri.ArcGISRuntime.Xamarin.Android.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.5.0\build\MonoAndroid10\Esri.ArcGISRuntime.Xamarin.Android.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.4.0\build\MonoAndroid10\Esri.ArcGISRuntime.Xamarin.Android.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.4.0\build\MonoAndroid10\Esri.ArcGISRuntime.Xamarin.Android.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\build\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\build\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.5.0\build\MonoAndroid10\Esri.ArcGISRuntime.Xamarin.Android.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.Xamarin.Android.100.5.0\build\MonoAndroid10\Esri.ArcGISRuntime.Xamarin.Android.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\build\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\build\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.targets'))" />
</Target>
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\build\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\build\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.targets')" />
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\build\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\build\MonoAndroid10\Esri.ArcGISRuntime.Hydrography.targets')" />
</Project>
4 changes: 2 additions & 2 deletions src/Android/Xamarin.Android/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Esri.ArcGISRuntime.Hydrography" version="100.4.0" targetFramework="monoandroid81" />
<package id="Esri.ArcGISRuntime.Xamarin.Android" version="100.4.0" targetFramework="monoandroid81" />
<package id="Esri.ArcGISRuntime.Hydrography" version="100.5.0" targetFramework="monoandroid81" />
<package id="Esri.ArcGISRuntime.Xamarin.Android" version="100.5.0" targetFramework="monoandroid81" />
<package id="PCLCrypto" version="2.0.147" targetFramework="monoandroid60" />
<package id="PInvoke.BCrypt" version="0.5.86" targetFramework="monoandroid60" />
<package id="PInvoke.Kernel32" version="0.5.86" targetFramework="monoandroid60" />
Expand Down
6 changes: 3 additions & 3 deletions src/Forms/Android/ArcGISRuntime.Xamarin.Forms.Android.csproj
Expand Up @@ -97,13 +97,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Hydrography">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.Xamarin.Android">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.Xamarin.Forms">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="MarkedNet">
<Version>2.1.2</Version>
Expand Down
6 changes: 3 additions & 3 deletions src/Forms/UWP/ArcGISRuntime.Xamarin.Forms.UWP.csproj
Expand Up @@ -174,13 +174,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Hydrography">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.UWP">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.Xamarin.Forms">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="MarkedNet">
<Version>2.1.2</Version>
Expand Down
14 changes: 7 additions & 7 deletions src/Forms/iOS/ArcGISRuntime.Xamarin.Forms.iOS.csproj
Expand Up @@ -24,7 +24,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchArch>x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>True</MtouchDebug>
<MtouchSdkVersion>9.2</MtouchSdkVersion>
Expand All @@ -42,7 +42,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchArch>x86_64</MtouchArch>
<ConsolePause>false</ConsolePause>
<MtouchSdkVersion>10.1</MtouchSdkVersion>
<MtouchDebug>False</MtouchDebug>
Expand Down Expand Up @@ -135,11 +135,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator'">
<OutputPath>..\..\..\output\Forms\iPhoneSimulator\Ad-Hoc\</OutputPath>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchArch>x86_64</MtouchArch>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
<OutputPath>..\..\..\output\Forms\iPhoneSimulator\AppStore\</OutputPath>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchArch>x86_64</MtouchArch>
</PropertyGroup>
<!-- /Build Configurations -->
<ItemGroup>
Expand Down Expand Up @@ -185,13 +185,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Hydrography">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.Xamarin.Forms">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.Xamarin.iOS">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="MarkedNet">
<Version>2.1.2</Version>
Expand Down
Expand Up @@ -1425,10 +1425,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Hydrography">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.UWP">
<Version>100.4.0</Version>
<Version>100.5.0</Version>
</PackageReference>
<PackageReference Include="MarkedNet">
<Version>2.1.2</Version>
Expand Down
26 changes: 13 additions & 13 deletions src/WPF/ArcGISRuntime.WPF.Viewer/ArcGISRuntime.WPF.Viewer.csproj
Expand Up @@ -47,14 +47,14 @@
</PropertyGroup>
<!-- References -->
<ItemGroup>
<Reference Include="Esri.ArcGISRuntime, Version=100.4.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.WPF.100.4.0\lib\net461\Esri.ArcGISRuntime.dll</HintPath>
<Reference Include="Esri.ArcGISRuntime, Version=100.5.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.WPF.100.5.0\lib\net461\Esri.ArcGISRuntime.dll</HintPath>
</Reference>
<Reference Include="Esri.ArcGISRuntime.Hydrography, Version=100.4.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\lib\net461\Esri.ArcGISRuntime.Hydrography.dll</HintPath>
<Reference Include="Esri.ArcGISRuntime.Hydrography, Version=100.5.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\lib\net461\Esri.ArcGISRuntime.Hydrography.dll</HintPath>
</Reference>
<Reference Include="Esri.ArcGISRuntime.LocalServices, Version=100.3.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.3.0.1\lib\net461\Esri.ArcGISRuntime.LocalServices.dll</HintPath>
<Reference Include="Esri.ArcGISRuntime.LocalServices, Version=100.5.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.5.0\lib\net461\Esri.ArcGISRuntime.LocalServices.dll</HintPath>
</Reference>
<Reference Include="MarkedNet, Version=2.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\MarkedNet.2.1.2\lib\net451\MarkedNet.dll</HintPath>
Expand All @@ -80,7 +80,7 @@
</ItemGroup>
<!-- Resources -->
<ItemGroup>
<None Include="ArcGISLocalServer_100.3.AGSDeployment" />
<None Include="ArcGISLocalServer_100.5.AGSDeployment" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down Expand Up @@ -1779,11 +1779,11 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.WPF.100.4.0\build\net461\Esri.ArcGISRuntime.WPF.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.WPF.100.4.0\build\net461\Esri.ArcGISRuntime.WPF.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\build\net461\Esri.ArcGISRuntime.Hydrography.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\build\net461\Esri.ArcGISRuntime.Hydrography.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.3.0.1\build\net461\Esri.ArcGISRuntime.LocalServices.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.3.0.1\build\net461\Esri.ArcGISRuntime.LocalServices.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.WPF.100.5.0\build\net461\Esri.ArcGISRuntime.WPF.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.WPF.100.5.0\build\net461\Esri.ArcGISRuntime.WPF.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\build\net461\Esri.ArcGISRuntime.Hydrography.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\build\net461\Esri.ArcGISRuntime.Hydrography.targets'))" />
<Error Condition="!Exists('..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.5.0\build\net461\Esri.ArcGISRuntime.LocalServices.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.5.0\build\net461\Esri.ArcGISRuntime.LocalServices.targets'))" />
</Target>
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.WPF.100.4.0\build\net461\Esri.ArcGISRuntime.WPF.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.WPF.100.4.0\build\net461\Esri.ArcGISRuntime.WPF.targets')" />
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\build\net461\Esri.ArcGISRuntime.Hydrography.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.4.0\build\net461\Esri.ArcGISRuntime.Hydrography.targets')" />
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.3.0.1\build\net461\Esri.ArcGISRuntime.LocalServices.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.3.0.1\build\net461\Esri.ArcGISRuntime.LocalServices.targets')" />
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.WPF.100.5.0\build\net461\Esri.ArcGISRuntime.WPF.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.WPF.100.5.0\build\net461\Esri.ArcGISRuntime.WPF.targets')" />
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\build\net461\Esri.ArcGISRuntime.Hydrography.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.Hydrography.100.5.0\build\net461\Esri.ArcGISRuntime.Hydrography.targets')" />
<Import Project="..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.5.0\build\net461\Esri.ArcGISRuntime.LocalServices.targets" Condition="Exists('..\..\..\packages\Esri.ArcGISRuntime.LocalServices.100.5.0\build\net461\Esri.ArcGISRuntime.LocalServices.targets')" />
</Project>
6 changes: 3 additions & 3 deletions src/WPF/ArcGISRuntime.WPF.Viewer/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Esri.ArcGISRuntime.Hydrography" version="100.4.0" targetFramework="net461" />
<package id="Esri.ArcGISRuntime.LocalServices" version="100.3.0.1" targetFramework="net461" />
<package id="Esri.ArcGISRuntime.WPF" version="100.4.0" targetFramework="net461" />
<package id="Esri.ArcGISRuntime.Hydrography" version="100.5.0" targetFramework="net461" />
<package id="Esri.ArcGISRuntime.LocalServices" version="100.5.0" targetFramework="net461" />
<package id="Esri.ArcGISRuntime.WPF" version="100.5.0" targetFramework="net461" />
<package id="MarkedNet" version="2.1.2" targetFramework="net461" />
</packages>

0 comments on commit 04611e6

Please sign in to comment.