Skip to content

Commit a99b451

Browse files
authored
[logcat-parse] Update to Mono.Terminal 5.4.0 (#654)
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
1 parent 425f79d commit a99b451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/logcat-parse/logcat-parse.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
14-
<PackageReference Include="Mono.Terminal" Version="4.2.2.0" />
14+
<PackageReference Include="Mono.Terminal" Version="5.4.0" />
1515
<PackageReference Include="Mono.CSharp" Version="4.0.0.143" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)