mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-11-03 10:25:26 +08:00
Add net5.0 target framework
This commit is contained in:
committed by
Patrik Svensson
parent
b1da5e7ba8
commit
380c6aca45
@@ -237,7 +237,7 @@ namespace Spectre.Console.Rendering
|
||||
}
|
||||
|
||||
// Does the segment contain a newline?
|
||||
if (segment.Text.Contains("\n"))
|
||||
if (segment.Text.ContainsExact("\n"))
|
||||
{
|
||||
// Is it a new line?
|
||||
if (segment.Text == "\n")
|
||||
|
||||
Reference in New Issue
Block a user