From e17f06759be04b9bf33005d654a2305eca11d7ac Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 30 Dec 2022 18:08:23 +0100 Subject: [PATCH] chore: update to .net 7 --- .../NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj | 2 +- src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj | 2 +- .../NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj | 2 +- .../NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj | 2 +- src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj | 2 +- src/Samples/External/ExternalBrowser/ExternalBrowser.csproj | 2 +- .../InterceptNameChanger/InterceptNameChanger.csproj | 2 +- src/Samples/LowLevel/SimpleChat/SimpleChat.csproj | 2 +- src/Samples/LowLevel/WalkCommands/WalkCommands.csproj | 5 ++++- 9 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj b/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj index 9baaceb..c57bb75 100644 --- a/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj +++ b/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net7.0 enable enable 10 diff --git a/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj b/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj index 73fa328..7ceea1f 100644 --- a/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj +++ b/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj @@ -4,7 +4,7 @@ enable enable 10 - net6.0;netstandard2.1 + net7.0 diff --git a/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj b/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj index 24cde95..41a690d 100644 --- a/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj +++ b/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj b/src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj index 7ce67a9..c2bc848 100644 --- a/src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj +++ b/src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable app.manifest diff --git a/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj b/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj index e222699..8ea0f57 100644 --- a/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj +++ b/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 enable enable diff --git a/src/Samples/External/ExternalBrowser/ExternalBrowser.csproj b/src/Samples/External/ExternalBrowser/ExternalBrowser.csproj index ef80ce0..17d6c29 100644 --- a/src/Samples/External/ExternalBrowser/ExternalBrowser.csproj +++ b/src/Samples/External/ExternalBrowser/ExternalBrowser.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/src/Samples/LowLevel/InterceptNameChanger/InterceptNameChanger.csproj b/src/Samples/LowLevel/InterceptNameChanger/InterceptNameChanger.csproj index c5c7789..6fd0707 100644 --- a/src/Samples/LowLevel/InterceptNameChanger/InterceptNameChanger.csproj +++ b/src/Samples/LowLevel/InterceptNameChanger/InterceptNameChanger.csproj @@ -1,6 +1,6 @@  - net6.0 + net7.0 enable 10 true diff --git a/src/Samples/LowLevel/SimpleChat/SimpleChat.csproj b/src/Samples/LowLevel/SimpleChat/SimpleChat.csproj index 9c112d9..c6bc3c3 100644 --- a/src/Samples/LowLevel/SimpleChat/SimpleChat.csproj +++ b/src/Samples/LowLevel/SimpleChat/SimpleChat.csproj @@ -1,6 +1,6 @@ - net6.0 + net7.0 enable enable 10 diff --git a/src/Samples/LowLevel/WalkCommands/WalkCommands.csproj b/src/Samples/LowLevel/WalkCommands/WalkCommands.csproj index 0144904..208d2bd 100644 --- a/src/Samples/LowLevel/WalkCommands/WalkCommands.csproj +++ b/src/Samples/LowLevel/WalkCommands/WalkCommands.csproj @@ -1,6 +1,6 @@ - net6.0 + net7.0 enable enable WalkCommands @@ -36,6 +36,9 @@ 2.0.1 + + 1.0.0 + 7.1.0 -- 2.48.1