Browse Source

Fix typos.

pull/1815/head
Jeremy Koritzinsky 8 years ago
parent
commit
65494410c1
  1. 2
      build/AndroidWorkarounds.props

2
build/AndroidWorkarounds.props

@ -1,7 +1,7 @@
<Project>
<ItemGroup Condition="'$(AndroidApplication)' == 'true'">
<!-- WORKAROUND: The packages below are transitively referenced by System.Memory,
but Xamarin.Android applitions needs the newest versions directly referenced for the linker. -->
but Xamarin.Android applications need the newest versions directly referenced for the linker. -->
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
<PackageReference Include="System.Buffers" Version="4.5.0" />
</ItemGroup>

Loading…
Cancel
Save