Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Override per-build via -p:TerminalGuiVersion=<x>; use -p:UseLocalTerminalGui=true
to build against the ../Terminal.Gui enlistment instead (see Directory.Build.targets).
-->
<TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.17-develop.14</TerminalGuiVersion>
<TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.18-develop.0</TerminalGuiVersion>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Include the compatibility fixes before bumping TG

This raises the default TerminalGuiVersion to 2.4.18-develop.0, but this exact automated bump was opened as a failed-validation bump (needs fixes), meaning the current source/tests do not pass against the new Terminal.Gui floor. Any normal restore/build that does not override this property now consumes the broken dependency version, so this should either stay at the last green pin or include the source/test changes needed to absorb the Terminal.Gui update.

Useful? React with 👍 / 👎.

</PropertyGroup>

<ItemGroup>
Expand Down
Loading