Update dependencies to latest version

This commit is contained in:
Patrik Svensson
2024-02-13 09:29:34 +01:00
committed by Patrik Svensson
parent bf3b91a535
commit e13410861d
10 changed files with 21 additions and 27 deletions

View File

@ -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