diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8f14a837..7b85a194 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,14 +3,14 @@ "isRoot": true, "tools": { "strawberryshake.tools": { - "version": "15.1.8", + "version": "15.1.11", "commands": [ "dotnet-graphql" ], "rollForward": false }, "dotnet-ef": { - "version": "9.0.8", + "version": "10.0.1", "commands": [ "dotnet-ef" ], diff --git a/CompatBot/CompatBot.csproj b/CompatBot/CompatBot.csproj index 75c68e01..aa932e48 100644 --- a/CompatBot/CompatBot.csproj +++ b/CompatBot/CompatBot.csproj @@ -57,7 +57,7 @@ all - runtime; build; native; contentfiles; analyzers; buildtransitive + runtime; build; native; analyzers; buildtransitive diff --git a/CompatBot/Program.cs b/CompatBot/Program.cs index ca8a698c..3886dbaf 100644 --- a/CompatBot/Program.cs +++ b/CompatBot/Program.cs @@ -36,7 +36,6 @@ internal static class Program //AppDomain.CurrentDomain.SetData("REGEX_DEFAULT_MATCH_TIMEOUT", TimeSpan.FromMilliseconds(100)); Regex.CacheSize = 200; // default is 15, we need more for content filter - try { Console.OutputEncoding = Encoding.UTF8;