mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-01 18:38:16 +08:00
Update dependencies to latest version
This commit is contained in:

committed by
Patrik Svensson

parent
bf3b91a535
commit
e13410861d
@ -38,7 +38,7 @@ public class ProgressBarTests
|
||||
Value = 9000,
|
||||
MaxValue = 9000,
|
||||
ShowValue = true,
|
||||
ValueFormatter = (value, _) => value.ToString("N0"),
|
||||
ValueFormatter = (value, _) => value.ToString("N0", CultureInfo.InvariantCulture),
|
||||
};
|
||||
|
||||
// When
|
||||
|
Reference in New Issue
Block a user