Skip to content

Commit 41d9afb

Browse files
jacanojsuarezruiz
authored andcommitted
Core, Android and iOS project updated to netstandard 2.0
1 parent 208047c commit 41d9afb

8 files changed

Lines changed: 484 additions & 672 deletions

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.Core/eShopOnContainers.Core.csproj

Lines changed: 31 additions & 319 deletions
Large diffs are not rendered by default.

src/Mobile/eShopOnContainers/eShopOnContainers.Core/eShopOnContainers.Core.csproj.bak

Lines changed: 322 additions & 0 deletions
Large diffs are not rendered by default.

src/Mobile/eShopOnContainers/eShopOnContainers.Droid/eShopOnContainers.Droid.csproj

Lines changed: 29 additions & 172 deletions
Large diffs are not rendered by default.

src/Mobile/eShopOnContainers/eShopOnContainers.Droid/packages.config renamed to src/Mobile/eShopOnContainers/eShopOnContainers.Droid/packages.config.bak

File renamed without changes.
Lines changed: 12 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
43
<PropertyGroup>
5-
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
6-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8-
<ProjectGuid>{F7B6A162-BC4D-4924-B16A-713F9B0344E7}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>eShopOnContainers.UnitTests</RootNamespace>
12-
<AssemblyName>eShopOnContainers.UnitTests</AssemblyName>
13-
<DefaultLanguage>es-ES</DefaultLanguage>
14-
<FileAlignment>512</FileAlignment>
15-
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17-
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
18-
</PropertyGroup>
19-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20-
<DebugSymbols>true</DebugSymbols>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<PackageTargetFallback>portable-net45+win8+wpa81+wp8</PackageTargetFallback>
216
<DebugType>full</DebugType>
22-
<Optimize>false</Optimize>
23-
<OutputPath>bin\Debug\</OutputPath>
24-
<DefineConstants>DEBUG;TRACE</DefineConstants>
25-
<ErrorReport>prompt</ErrorReport>
26-
<WarningLevel>4</WarningLevel>
27-
</PropertyGroup>
28-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29-
<DebugType>pdbonly</DebugType>
30-
<Optimize>true</Optimize>
31-
<OutputPath>bin\Release\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
33-
<ErrorReport>prompt</ErrorReport>
34-
<WarningLevel>4</WarningLevel>
7+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
358
</PropertyGroup>
9+
3610
<ItemGroup>
37-
<Compile Include="Properties\AssemblyInfo.cs" />
38-
<Compile Include="Mocks\MockEventToCommandBehavior.cs" />
39-
<Compile Include="Services\BasketServiceTests.cs" />
40-
<Compile Include="Services\CatalogServiceTests.cs" />
41-
<Compile Include="Services\MarketingServiceTests.cs" />
42-
<Compile Include="ViewModels\CatalogViewModelTests.cs" />
43-
<Compile Include="ViewModels\MainViewModelTests.cs" />
44-
<Compile Include="ViewModels\MarketingViewModelTests.cs" />
45-
<Compile Include="ViewModels\OrderViewModelTests.cs" />
46-
<Compile Include="Services\OrdersServiceTests.cs" />
47-
<Compile Include="Behaviors\EventToCommandBehaviorTests.cs" />
48-
<Compile Include="Mocks\MockViewModel.cs" />
49-
<Compile Include="ViewModels\MockViewModelTests.cs" />
50-
</ItemGroup>
51-
<ItemGroup>
52-
<None Include="app.config" />
53-
<None Include="project.json" />
11+
<PackageReference Include="xunit" Version="2.2.0" />
12+
<PackageReference Include="xunit.runner.console" Version="2.2.0" />
13+
<PackageReference Include="Xamarin.Forms" Version="2.3.4.231" />
5414
</ItemGroup>
15+
5516
<ItemGroup>
56-
<ProjectReference Include="..\eShopOnContainers.Core\eShopOnContainers.Core.csproj">
57-
<Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
58-
<Name>eShopOnContainers.Core</Name>
59-
</ProjectReference>
17+
<ProjectReference Include="..\eShopOnContainers.Core\eShopOnContainers.Core.csproj" />
6018
</ItemGroup>
61-
<ItemGroup />
62-
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
63-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64-
Other similar extension points exist, see Microsoft.Common.targets.
65-
<Target Name="BeforeBuild">
66-
</Target>
67-
<Target Name="AfterBuild">
68-
</Target>
69-
-->
70-
<Import Project="..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
19+
7120
</Project>
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
6+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<ProjectGuid>{F7B6A162-BC4D-4924-B16A-713F9B0344E7}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>eShopOnContainers.UnitTests</RootNamespace>
12+
<AssemblyName>eShopOnContainers.UnitTests</AssemblyName>
13+
<DefaultLanguage>es-ES</DefaultLanguage>
14+
<FileAlignment>512</FileAlignment>
15+
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17+
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
18+
</PropertyGroup>
19+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20+
<DebugSymbols>true</DebugSymbols>
21+
<DebugType>full</DebugType>
22+
<Optimize>false</Optimize>
23+
<OutputPath>bin\Debug\</OutputPath>
24+
<DefineConstants>DEBUG;TRACE</DefineConstants>
25+
<ErrorReport>prompt</ErrorReport>
26+
<WarningLevel>4</WarningLevel>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29+
<DebugType>pdbonly</DebugType>
30+
<Optimize>true</Optimize>
31+
<OutputPath>bin\Release\</OutputPath>
32+
<DefineConstants>TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<ItemGroup>
37+
<Compile Include="Properties\AssemblyInfo.cs" />
38+
<Compile Include="Mocks\MockEventToCommandBehavior.cs" />
39+
<Compile Include="Services\BasketServiceTests.cs" />
40+
<Compile Include="Services\CatalogServiceTests.cs" />
41+
<Compile Include="Services\MarketingServiceTests.cs" />
42+
<Compile Include="ViewModels\CatalogViewModelTests.cs" />
43+
<Compile Include="ViewModels\MainViewModelTests.cs" />
44+
<Compile Include="ViewModels\MarketingViewModelTests.cs" />
45+
<Compile Include="ViewModels\OrderViewModelTests.cs" />
46+
<Compile Include="Services\OrdersServiceTests.cs" />
47+
<Compile Include="Behaviors\EventToCommandBehaviorTests.cs" />
48+
<Compile Include="Mocks\MockViewModel.cs" />
49+
<Compile Include="ViewModels\MockViewModelTests.cs" />
50+
</ItemGroup>
51+
<ItemGroup>
52+
<None Include="app.config" />
53+
<None Include="project.json" />
54+
</ItemGroup>
55+
<ItemGroup>
56+
<ProjectReference Include="..\eShopOnContainers.Core\eShopOnContainers.Core.csproj">
57+
<Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
58+
<Name>eShopOnContainers.Core</Name>
59+
</ProjectReference>
60+
</ItemGroup>
61+
<ItemGroup />
62+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
63+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64+
Other similar extension points exist, see Microsoft.Common.targets.
65+
<Target Name="BeforeBuild">
66+
</Target>
67+
<Target Name="AfterBuild">
68+
</Target>
69+
-->
70+
<Import Project="..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
71+
</Project>

src/Mobile/eShopOnContainers/eShopOnContainers.iOS/eShopOnContainers.iOS.csproj

Lines changed: 19 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
<Compile Include="Properties\AssemblyInfo.cs" />
123123
<ITunesArtwork Include="iTunesArtwork" />
124124
<ITunesArtwork Include="iTunesArtwork@2x" />
125-
<None Include="packages.config" />
126125
<Compile Include="Effects\CircleEffect.cs" />
127126
</ItemGroup>
128127
<ItemGroup>
@@ -132,118 +131,9 @@
132131
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
133132
</ItemGroup>
134133
<ItemGroup>
135-
<Reference Include="Acr.Support.iOS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
136-
<HintPath>..\..\..\..\packages\Acr.Support.2.1.0\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath>
137-
<Private>True</Private>
138-
</Reference>
139-
<Reference Include="Acr.UserDialogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
140-
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.3.3\lib\Xamarin.iOS10\Acr.UserDialogs.dll</HintPath>
141-
<Private>True</Private>
142-
</Reference>
143-
<Reference Include="Acr.UserDialogs.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
144-
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.3.3\lib\Xamarin.iOS10\Acr.UserDialogs.Interface.dll</HintPath>
145-
<Private>True</Private>
146-
</Reference>
147-
<Reference Include="FFImageLoading, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
148-
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.2.2.9\lib\Xamarin.iOS10\FFImageLoading.dll</HintPath>
149-
</Reference>
150-
<Reference Include="FFImageLoading.Forms, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
151-
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.Forms.2.2.9\lib\Xamarin.iOS10\FFImageLoading.Forms.dll</HintPath>
152-
</Reference>
153-
<Reference Include="FFImageLoading.Forms.Touch, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
154-
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.Forms.2.2.9\lib\Xamarin.iOS10\FFImageLoading.Forms.Touch.dll</HintPath>
155-
</Reference>
156-
<Reference Include="FFImageLoading.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
157-
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.2.2.9\lib\Xamarin.iOS10\FFImageLoading.Platform.dll</HintPath>
158-
</Reference>
159-
<Reference Include="IdentityModel.Portable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
160-
<HintPath>..\..\..\..\packages\IdentityModel.1.3.1\lib\portable-net45+wp80+win8+wpa81\IdentityModel.Portable.dll</HintPath>
161-
<Private>True</Private>
162-
</Reference>
163-
<Reference Include="ModernHttpClient, Version=2.4.2.0, Culture=neutral, processorArchitecture=MSIL">
164-
<HintPath>..\..\..\..\packages\modernhttpclient.2.4.2\lib\Xamarin.iOS10\ModernHttpClient.dll</HintPath>
165-
<Private>True</Private>
166-
</Reference>
167-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
168-
<HintPath>..\..\..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
169-
<Private>True</Private>
170-
</Reference>
171-
<Reference Include="PCLCrypto, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d4421c8a4786956c, processorArchitecture=MSIL">
172-
<HintPath>..\..\..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll</HintPath>
173-
</Reference>
174-
<Reference Include="PInvoke.BCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
175-
<HintPath>..\..\..\..\packages\PInvoke.BCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll</HintPath>
176-
</Reference>
177-
<Reference Include="PInvoke.Kernel32, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
178-
<HintPath>..\..\..\..\packages\PInvoke.Kernel32.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll</HintPath>
179-
</Reference>
180-
<Reference Include="PInvoke.NCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
181-
<HintPath>..\..\..\..\packages\PInvoke.NCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll</HintPath>
182-
</Reference>
183-
<Reference Include="PInvoke.Windows.Core, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
184-
<HintPath>..\..\..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll</HintPath>
185-
</Reference>
186-
<Reference Include="Plugin.Settings, Version=2.6.0.12, Culture=neutral, processorArchitecture=MSIL">
187-
<HintPath>..\..\..\..\packages\Xam.Plugins.Settings.2.6.0.12-beta\lib\Xamarin.iOS10\Plugin.Settings.dll</HintPath>
188-
<Private>True</Private>
189-
</Reference>
190-
<Reference Include="Plugin.Settings.Abstractions, Version=2.6.0.12, Culture=neutral, processorArchitecture=MSIL">
191-
<HintPath>..\..\..\..\packages\Xam.Plugins.Settings.2.6.0.12-beta\lib\Xamarin.iOS10\Plugin.Settings.Abstractions.dll</HintPath>
192-
<Private>True</Private>
193-
</Reference>
194-
<Reference Include="SlideOverKit, Version=1.0.6135.18790, Culture=neutral, processorArchitecture=MSIL">
195-
<HintPath>..\..\..\..\packages\SlideOverKit.2.1.4\lib\Xamarin.iOS10\SlideOverKit.dll</HintPath>
196-
<Private>True</Private>
197-
</Reference>
198-
<Reference Include="SlideOverKit.iOS, Version=1.0.6135.18893, Culture=neutral, processorArchitecture=MSIL">
199-
<HintPath>..\..\..\..\packages\SlideOverKit.2.1.4\lib\Xamarin.iOS10\SlideOverKit.iOS.dll</HintPath>
200-
<Private>True</Private>
201-
</Reference>
202-
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
203-
<HintPath>..\..\..\..\packages\Splat.1.6.2\lib\Xamarin.iOS10\Splat.dll</HintPath>
204-
<Private>True</Private>
205-
</Reference>
206134
<Reference Include="System" />
207-
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
208-
<HintPath>..\..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\Xamarin.iOS10\System.Net.Http.Extensions.dll</HintPath>
209-
<Private>True</Private>
210-
</Reference>
211-
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
212-
<HintPath>..\..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\Xamarin.iOS10\System.Net.Http.Primitives.dll</HintPath>
213-
<Private>True</Private>
214-
</Reference>
215-
<Reference Include="System.Xml" />
216135
<Reference Include="System.Core" />
217-
<Reference Include="Validation, Version=2.2.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
218-
<HintPath>..\..\..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll</HintPath>
219-
</Reference>
220-
<Reference Include="WebP.Touch, Version=1.0.6230.37678, Culture=neutral, processorArchitecture=MSIL">
221-
<HintPath>..\..\..\..\packages\WebP.Touch.1.0.3\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath>
222-
</Reference>
223136
<Reference Include="Xamarin.iOS" />
224-
<Reference Include="System.IO.Compression" />
225-
<Reference Include="System.Net.Http" />
226-
<Reference Include="Autofac">
227-
<HintPath>..\..\..\..\packages\Autofac.4.5.0\lib\netstandard1.1\Autofac.dll</HintPath>
228-
</Reference>
229-
<Reference Include="Xamarin.Forms.Core">
230-
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
231-
</Reference>
232-
<Reference Include="Xamarin.Forms.Platform">
233-
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
234-
</Reference>
235-
<Reference Include="Xamarin.Forms.Platform.iOS">
236-
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
237-
</Reference>
238-
<Reference Include="Xamarin.Forms.Xaml">
239-
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
240-
</Reference>
241-
<Reference Include="Plugin.Geolocator.Abstractions">
242-
<HintPath>..\..\..\..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.Abstractions.dll</HintPath>
243-
</Reference>
244-
<Reference Include="Plugin.Geolocator">
245-
<HintPath>..\..\..\..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.dll</HintPath>
246-
</Reference>
247137
</ItemGroup>
248138
<ItemGroup>
249139
<BundleResource Include="Resources\fake_product_01.png" />
@@ -436,13 +326,24 @@
436326
<ItemGroup>
437327
<AndroidResource Include="Resources\default_campaign.png" />
438328
</ItemGroup>
329+
<ItemGroup>
330+
<PackageReference Include="Acr.Support" version="2.1.0" />
331+
<PackageReference Include="Acr.UserDialogs" version="6.3.3" />
332+
<PackageReference Include="Autofac" version="4.5.0" />
333+
<PackageReference Include="IdentityModel" version="2.10.0" />
334+
<PackageReference Include="modernhttpclient" version="2.4.2" />
335+
<PackageReference Include="NETStandard.Library" version="2.0.0" />
336+
<PackageReference Include="Newtonsoft.Json" version="10.0.3" />
337+
<PackageReference Include="PCLCrypto" version="2.0.147" />
338+
<PackageReference Include="SlideOverKit" version="2.1.4" />
339+
<PackageReference Include="Splat" version="1.6.2" />
340+
<PackageReference Include="Validation" version="2.2.8" />
341+
<PackageReference Include="WebP.Touch" version="1.0.3" />
342+
<PackageReference Include="Xam.Plugin.Geolocator" version="3.0.4" />
343+
<PackageReference Include="Xam.Plugins.Settings" version="2.6.0.12-beta" />
344+
<PackageReference Include="Xamarin.FFImageLoading" version="2.2.9" />
345+
<PackageReference Include="Xamarin.FFImageLoading.Forms" version="2.2.9" />
346+
<PackageReference Include="Xamarin.Forms" version="2.3.4.231" />
347+
</ItemGroup>
439348
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
440-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
441-
<PropertyGroup>
442-
<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>
443-
</PropertyGroup>
444-
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
445-
</Target>
446-
<Import Project="..\..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
447-
<Import Project="..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
448349
</Project>

src/Mobile/eShopOnContainers/eShopOnContainers.iOS/packages.config renamed to src/Mobile/eShopOnContainers/eShopOnContainers.iOS/packages.config.bak

File renamed without changes.

0 commit comments

Comments
 (0)