Skip to content

Commit

Permalink
[logcat-parse] Update to Mono.Terminal 5.4.0 (#654)
Browse files Browse the repository at this point in the history
Update to [Mono.Terminal 5.4.0][0], which targets .NET Standard 2.0.

Note that the assembly name changed from `Mono.Terminal.dll` to
`LineEditor.dll`, so we will need to update the installers when we
bump the Java.Interop submodule in xamarin-android.

[0]: https://www.nuget.org/packages/Mono.Terminal/5.4.0
  • Loading branch information
jpobst authored Jun 1, 2020
1 parent 425f79d commit a99b451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/logcat-parse/logcat-parse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
<PackageReference Include="Mono.Terminal" Version="4.2.2.0" />
<PackageReference Include="Mono.Terminal" Version="5.4.0" />
<PackageReference Include="Mono.CSharp" Version="4.0.0.143" />
</ItemGroup>

Expand Down

0 comments on commit a99b451

Please sign in to comment.