From 3c228f32015c8512ace6ab58b8b7a3afefd487ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Fri, 7 Jan 2022 19:39:58 +0100 Subject: [PATCH] chore: update packages to netstandard 2.1 --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 2 +- Core/NosSmooth.Language/NosSmooth.Language.csproj | 2 +- Local/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj | 3 +-- Samples/InterceptNameChanger/InterceptNameChanger.csproj | 4 ++-- Samples/SimpleChat/SimpleChat.csproj | 2 +- Samples/WalkCommands/WalkCommands.csproj | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index a496afd..d7dc5a5 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -3,7 +3,7 @@ enable 10 - net6.0;netstandard2.0 + net6.0;netstandard2.1 diff --git a/Core/NosSmooth.Language/NosSmooth.Language.csproj b/Core/NosSmooth.Language/NosSmooth.Language.csproj index 5d7e9f0..3ae92c3 100644 --- a/Core/NosSmooth.Language/NosSmooth.Language.csproj +++ b/Core/NosSmooth.Language/NosSmooth.Language.csproj @@ -4,7 +4,7 @@ enable enable 10 - net6.0;netstandard2.0 + net6.0;netstandard2.1 diff --git a/Local/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj b/Local/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj index 62e41be..88fee3e 100644 --- a/Local/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj +++ b/Local/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj @@ -4,8 +4,7 @@ enable enable 10 - net48 - true + net6.0;netstandard2.1 diff --git a/Samples/InterceptNameChanger/InterceptNameChanger.csproj b/Samples/InterceptNameChanger/InterceptNameChanger.csproj index 19e91bf..fd66e66 100644 --- a/Samples/InterceptNameChanger/InterceptNameChanger.csproj +++ b/Samples/InterceptNameChanger/InterceptNameChanger.csproj @@ -1,7 +1,6 @@  - net48 - enable + net6.0 enable 10 @@ -21,6 +20,7 @@ 0 0 0 + false diff --git a/Samples/SimpleChat/SimpleChat.csproj b/Samples/SimpleChat/SimpleChat.csproj index 46e0ab1..9939c7c 100644 --- a/Samples/SimpleChat/SimpleChat.csproj +++ b/Samples/SimpleChat/SimpleChat.csproj @@ -1,6 +1,6 @@ - net48 + net6.0 enable enable 10 diff --git a/Samples/WalkCommands/WalkCommands.csproj b/Samples/WalkCommands/WalkCommands.csproj index dbd524a..797ab3d 100644 --- a/Samples/WalkCommands/WalkCommands.csproj +++ b/Samples/WalkCommands/WalkCommands.csproj @@ -1,6 +1,6 @@ - net48 + net6.0 enable enable WalkCommands -- 2.49.0