Skip to content

Commit

Permalink
Bump Monodroid to Bring in FastDev Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jan 28, 2021
1 parent 3864496 commit 5afbef6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .external
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
xamarin/monodroid:master@ad19471b8478f9f8028c9a3517ad3ca7bca5fb4a
xamarin/monodroid:master@b355593ab3d8bc57307f2631e31ffdaa78311c2f
mono/mono:2020-02@5e9cb6d1c1de430965312927d5aed7fcb27bfa73
1 change: 1 addition & 0 deletions Configuration.props
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<LibZipSharpVersion>1.0.20</LibZipSharpVersion>
<MonoCecilVersion>0.11.2</MonoCecilVersion>
<NuGetApiPackageVersion>5.4.0</NuGetApiPackageVersion>
<LZ4PackageVersion>1.1.11</LZ4PackageVersion>
</PropertyGroup>
<PropertyGroup>
<MingwCommandPrefix32>i686-w64-mingw32</MingwCommandPrefix32>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="XliffTasks" Version="1.0.0-beta.20420.1" PrivateAssets="all" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.1.11" />
<PackageReference Include="K4os.Compression.LZ4" Version="$(LZ4PackageVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5afbef6

Please sign in to comment.