mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 20:24:47 -05:00
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:
parent
87ea439dfe
commit
c9a7c6c309
3 changed files with 9 additions and 7 deletions
|
|
@ -64,7 +64,5 @@ public class UIText : IUIText
|
|||
|
||||
return files.Any() ? CST.Parse(File.ReadAllText(files.First()), key) : "***MISSING***";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue