mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-03-27 22:33:30 -04: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
|
|
@ -21,5 +21,8 @@
|
|||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
|
||||
<IsAotCompatible>true</IsAotCompatible>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Update="DotNet.ReproducibleBuilds" Version="1.2.39" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -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