diff --git a/CSTNet.Tests/CSTNet.Tests.csproj b/CSTNet.Tests/CSTNet.Tests.csproj index faee7a8..89a4bfb 100644 --- a/CSTNet.Tests/CSTNet.Tests.csproj +++ b/CSTNet.Tests/CSTNet.Tests.csproj @@ -1,23 +1,24 @@ - net8.0 + net10.0 enable enable false - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all + diff --git a/CSTNet/CSTNet.csproj b/CSTNet/CSTNet.csproj index 684e0cc..69dc028 100644 --- a/CSTNet/CSTNet.csproj +++ b/CSTNet/CSTNet.csproj @@ -21,5 +21,8 @@ true + + + \ No newline at end of file diff --git a/CSTNet/UIText.cs b/CSTNet/UIText.cs index 3eedaa7..8b3ca2f 100644 --- a/CSTNet/UIText.cs +++ b/CSTNet/UIText.cs @@ -64,7 +64,5 @@ public class UIText : IUIText return files.Any() ? CST.Parse(File.ReadAllText(files.First()), key) : "***MISSING***"; } - - }