From 06f078dcbeef77ec800477bc8057e5ac9bcde926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 21 Jan 2023 10:32:09 +0100 Subject: [PATCH] chore: update dependencies --- .../NosSmooth.LocalClient.csproj | 2 +- .../NosSmooth.ChatCommands.csproj | 1 + .../NosSmooth.Extensions.SharedBinding.csproj | 6 +++--- .../External/ExternalBrowser/ExternalBrowser.csproj | 2 +- .../HighLevel/SimplePiiBot/SimplePiiBot.csproj | 6 ++---- .../InterceptNameChanger.csproj | 4 ++-- src/Samples/LowLevel/SimpleChat/SimpleChat.csproj | 2 +- src/Samples/LowLevel/WalkCommands/Startup.cs | 1 + .../LowLevel/WalkCommands/WalkCommands.csproj | 13 +++++++------ 9 files changed, 19 insertions(+), 18 deletions(-) diff --git a/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj b/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj index f8065a5..1740f2d 100644 --- a/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj +++ b/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj b/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj index 6a1e8df..84fa961 100644 --- a/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj +++ b/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj @@ -8,6 +8,7 @@ + diff --git a/src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj b/src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj index 52537dd..2fddd2c 100644 --- a/src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj +++ b/src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/src/Samples/External/ExternalBrowser/ExternalBrowser.csproj b/src/Samples/External/ExternalBrowser/ExternalBrowser.csproj index b197bb3..f0032fc 100644 --- a/src/Samples/External/ExternalBrowser/ExternalBrowser.csproj +++ b/src/Samples/External/ExternalBrowser/ExternalBrowser.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Samples/HighLevel/SimplePiiBot/SimplePiiBot.csproj b/src/Samples/HighLevel/SimplePiiBot/SimplePiiBot.csproj index 2ca584d..56d0d9b 100644 --- a/src/Samples/HighLevel/SimplePiiBot/SimplePiiBot.csproj +++ b/src/Samples/HighLevel/SimplePiiBot/SimplePiiBot.csproj @@ -9,12 +9,10 @@ + - - - - + diff --git a/src/Samples/LowLevel/InterceptNameChanger/InterceptNameChanger.csproj b/src/Samples/LowLevel/InterceptNameChanger/InterceptNameChanger.csproj index 9855246..37f1d41 100644 --- a/src/Samples/LowLevel/InterceptNameChanger/InterceptNameChanger.csproj +++ b/src/Samples/LowLevel/InterceptNameChanger/InterceptNameChanger.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/src/Samples/LowLevel/SimpleChat/SimpleChat.csproj b/src/Samples/LowLevel/SimpleChat/SimpleChat.csproj index ab71469..a1dcd7a 100644 --- a/src/Samples/LowLevel/SimpleChat/SimpleChat.csproj +++ b/src/Samples/LowLevel/SimpleChat/SimpleChat.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Samples/LowLevel/WalkCommands/Startup.cs b/src/Samples/LowLevel/WalkCommands/Startup.cs index 8104ac8..bf5b4a3 100644 --- a/src/Samples/LowLevel/WalkCommands/Startup.cs +++ b/src/Samples/LowLevel/WalkCommands/Startup.cs @@ -4,6 +4,7 @@ // Copyright (c) František Boháček. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. +using System.Diagnostics; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using NosSmooth.ChatCommands; diff --git a/src/Samples/LowLevel/WalkCommands/WalkCommands.csproj b/src/Samples/LowLevel/WalkCommands/WalkCommands.csproj index ecd7287..cef0838 100644 --- a/src/Samples/LowLevel/WalkCommands/WalkCommands.csproj +++ b/src/Samples/LowLevel/WalkCommands/WalkCommands.csproj @@ -30,21 +30,22 @@ 7.0.0 - - 2.1.0 + + 3.3.1 - - 2.1.0 + + 2.2.1 - 1.1.2 + 1.2.0 - 3.1.0 + 3.5.0 7.2.3 + -- 2.48.1