Skip to content

Commit

Permalink
Removed duplicated iOS reference to sample
Browse files Browse the repository at this point in the history
* It had both a local project reference and one from nuget.
  - We should use all local reference since this match all other projects.
  • Loading branch information
jkasten2 committed Apr 6, 2020
1 parent c9a5190 commit b386cc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@
<Reference Include="Xamarin.iOS" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Net.Http" />
<Reference Include="Com.OneSignal">
<HintPath>..\..\packages\Com.OneSignal.3.7.3\lib\Xamarin.iOS10\Com.OneSignal.dll</HintPath>
</Reference>
<Reference Include="OneSignal.iOS.Binding">
<HintPath>..\..\packages\Com.OneSignal.3.7.3\lib\Xamarin.iOS10\OneSignal.iOS.Binding.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
Expand All @@ -112,7 +106,6 @@
<ProjectReference Include="..\..\Com.OneSignal.Abstractions\Com.OneSignal.Abstractions.csproj">
<Project>{4AAD1A77-175C-46BF-9C64-B3042A20CCFA}</Project>
<Name>Com.OneSignal.Abstractions</Name>
<HintPath>..\..\packages\Com.OneSignal.3.7.3\lib\Xamarin.iOS10\Com.OneSignal.Abstractions.dll</HintPath>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.AppExtension.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Com.OneSignal" version="3.7.3" targetFramework="xamarinios10" />
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="xamarinios10" />
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="xamarinios10" />
Expand Down

0 comments on commit b386cc5

Please sign in to comment.