Update dependencies and clean up UIText.cs

- Upgraded test project to .NET 10.0
- Bumped dependency packages to their latest releases.
- Added DotNet.ReproducibleBuilds to both projects.
This commit is contained in:
Tony Bark 2026-01-07 03:05:25 -05:00
parent 87ea439dfe
commit c9a7c6c309
3 changed files with 9 additions and 7 deletions

View file

@ -64,7 +64,5 @@ public class UIText : IUIText
return files.Any() ? CST.Parse(File.ReadAllText(files.First()), key) : "***MISSING***";
}
}