Skip to content

Commit

Permalink
https://github.com/xamarin/xamarin-android/issues/1879#issuecomment-4…
Browse files Browse the repository at this point in the history
…12281057
  • Loading branch information
kekekeks committed Jul 9, 2019
1 parent ac1a8d9 commit 80e4e96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/Base.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
<!--
Do not upgrade, see
https://github.com/xamarin/xamarin-android/issues/1879#issuecomment-412281057
-->
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.4.0" />
</ItemGroup>
</Project>

0 comments on commit 80e4e96

Please sign in to comment.