Skip to content

Commit

Permalink
dropped 32bit platform support for iOS (i.e. monotouch)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Oct 24, 2016
1 parent 75f981b commit a9c3030
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7E96D14B-2224-4EB9-B26B-6306D225024F}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Serilog.Sinks.Xamarin</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
Expand Down Expand Up @@ -47,9 +47,9 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
<None Include="packages.config" />
<None Include="..\Serilog.Sinks.Xamarin.nuspec">
Expand Down

0 comments on commit a9c3030

Please sign in to comment.