diff --git a/KfChatDotNetBot/Commands/JuiceCommand.cs b/KfChatDotNetBot/Commands/JuiceCommand.cs index ca7a8ec..5057414 100644 --- a/KfChatDotNetBot/Commands/JuiceCommand.cs +++ b/KfChatDotNetBot/Commands/JuiceCommand.cs @@ -1,9 +1,6 @@ using System.Text.RegularExpressions; -using Humanizer; -using Humanizer.Localisation; using KfChatDotNetBot.Models; using KfChatDotNetBot.Models.DbModels; -using KfChatDotNetBot.Settings; using KfChatDotNetWsClient.Models.Events; using Microsoft.EntityFrameworkCore; diff --git a/KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs b/KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs index 0e16d8c..e66401b 100644 --- a/KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs +++ b/KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs @@ -1,6 +1,5 @@ using System.Text.RegularExpressions; using Humanizer; -using Humanizer.Localisation; using KfChatDotNetBot.Extensions; using KfChatDotNetBot.Models; using KfChatDotNetBot.Models.DbModels; diff --git a/KfChatDotNetBot/Commands/MemeCommands.cs b/KfChatDotNetBot/Commands/MemeCommands.cs index b2fb597..516e1ca 100644 --- a/KfChatDotNetBot/Commands/MemeCommands.cs +++ b/KfChatDotNetBot/Commands/MemeCommands.cs @@ -1,6 +1,5 @@ using System.Text.RegularExpressions; using Humanizer; -using Humanizer.Localisation; using KfChatDotNetBot.Models; using KfChatDotNetBot.Models.DbModels; using KfChatDotNetBot.Settings; diff --git a/KfChatDotNetBot/Commands/MomCommands.cs b/KfChatDotNetBot/Commands/MomCommands.cs index cf120cf..1afff30 100644 --- a/KfChatDotNetBot/Commands/MomCommands.cs +++ b/KfChatDotNetBot/Commands/MomCommands.cs @@ -1,6 +1,5 @@ using System.Text.RegularExpressions; using Humanizer; -using Humanizer.Localisation; using KfChatDotNetBot.Models; using KfChatDotNetBot.Models.DbModels; using KfChatDotNetBot.Settings; diff --git a/KfChatDotNetBot/Commands/UtilityCommands.cs b/KfChatDotNetBot/Commands/UtilityCommands.cs index fe67968..e3ffeb6 100644 --- a/KfChatDotNetBot/Commands/UtilityCommands.cs +++ b/KfChatDotNetBot/Commands/UtilityCommands.cs @@ -1,7 +1,6 @@ using System.Reflection; using System.Text.RegularExpressions; using Humanizer; -using Humanizer.Localisation; using KfChatDotNetBot.Extensions; using KfChatDotNetBot.Models; using KfChatDotNetBot.Models.DbModels; diff --git a/KfChatDotNetBot/KfChatDotNetBot.csproj b/KfChatDotNetBot/KfChatDotNetBot.csproj index 1f478f1..0d111aa 100644 --- a/KfChatDotNetBot/KfChatDotNetBot.csproj +++ b/KfChatDotNetBot/KfChatDotNetBot.csproj @@ -2,30 +2,30 @@ Exe - net8.0 + net10.0 enable enable + default - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + diff --git a/KfChatDotNetBot/Services/BotCommands.cs b/KfChatDotNetBot/Services/BotCommands.cs index aa8e310..9213eb2 100644 --- a/KfChatDotNetBot/Services/BotCommands.cs +++ b/KfChatDotNetBot/Services/BotCommands.cs @@ -1,6 +1,5 @@ using System.Text.RegularExpressions; using Humanizer; -using Humanizer.Localisation; using KfChatDotNetBot.Commands; using KfChatDotNetBot.Extensions; using KfChatDotNetBot.Models; diff --git a/KfChatDotNetWsClient/KfChatDotNetWsClient.csproj b/KfChatDotNetWsClient/KfChatDotNetWsClient.csproj index a89a001..9e57aec 100644 --- a/KfChatDotNetWsClient/KfChatDotNetWsClient.csproj +++ b/KfChatDotNetWsClient/KfChatDotNetWsClient.csproj @@ -1,14 +1,14 @@ - net8.0 + net10.0 enable enable default - + diff --git a/KickWsClient/KickWsClient.csproj b/KickWsClient/KickWsClient.csproj index 7a4d2be..9ce3950 100644 --- a/KickWsClient/KickWsClient.csproj +++ b/KickWsClient/KickWsClient.csproj @@ -1,14 +1,14 @@  - net8.0 + net10.0 enable enable + default - - +