From 04f087efe4c57b741d41e65f5b71bcdd53b70b00 Mon Sep 17 00:00:00 2001 From: benbierens Date: Thu, 3 Oct 2024 14:02:28 +0200 Subject: [PATCH] Bump to dotnet 8 --- Framework/ArgsUniform/ArgsUniform.csproj | 2 +- Framework/Core/Core.csproj | 2 +- Framework/DiscordRewards/DiscordRewards.csproj | 2 +- Framework/FileUtils/FileUtils.csproj | 2 +- Framework/GethConnector/GethConnector.csproj | 2 +- Framework/KubernetesWorkflow/KubernetesWorkflow.csproj | 2 +- Framework/Logging/Logging.csproj | 2 +- Framework/NethereumWorkflow/NethereumWorkflow.csproj | 2 +- Framework/OverwatchTranscript/OverwatchTranscript.csproj | 2 +- Framework/Utils/Utils.csproj | 2 +- ProjectPlugins/CodexContractsPlugin/CodexContractsPlugin.csproj | 2 +- .../CodexDiscordBotPlugin/CodexDiscordBotPlugin.csproj | 2 +- ProjectPlugins/CodexPlugin/CodexPlugin.csproj | 2 +- ProjectPlugins/CodexPluginPrebuild/CodexPluginPrebuild.csproj | 2 +- ProjectPlugins/DeployAndRunPlugin/DeployAndRunPlugin.csproj | 2 +- ProjectPlugins/GethPlugin/GethPlugin.csproj | 2 +- ProjectPlugins/MetricsPlugin/MetricsPlugin.csproj | 2 +- Tests/CodexContinuousTests/CodexContinuousTests.csproj | 2 +- Tests/CodexLongTests/CodexTestsLong.csproj | 2 +- Tests/CodexTests/CodexTests.csproj | 2 +- Tests/DistTestCore/DistTestCore.csproj | 2 +- Tests/FrameworkTests/FrameworkTests.csproj | 2 +- Tools/AutoClient/AutoClient.csproj | 2 +- Tools/BiblioTech/BiblioTech.csproj | 2 +- Tools/CodexNetDeployer/CodexNetDeployer.csproj | 2 +- Tools/KeyMaker/KeyMaker.csproj | 2 +- Tools/MarketInsights/MarketInsights.csproj | 2 +- Tools/TestClusterStarter/TestClusterStarter.csproj | 2 +- Tools/TestNetRewarder/TestNetRewarder.csproj | 2 +- Tools/TranscriptAnalysis/TranscriptAnalysis.csproj | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Framework/ArgsUniform/ArgsUniform.csproj b/Framework/ArgsUniform/ArgsUniform.csproj index e48ac394..1e00f007 100644 --- a/Framework/ArgsUniform/ArgsUniform.csproj +++ b/Framework/ArgsUniform/ArgsUniform.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Framework/Core/Core.csproj b/Framework/Core/Core.csproj index 58c79517..42f1c7a6 100644 --- a/Framework/Core/Core.csproj +++ b/Framework/Core/Core.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Framework/DiscordRewards/DiscordRewards.csproj b/Framework/DiscordRewards/DiscordRewards.csproj index 71c56d44..4fb180e0 100644 --- a/Framework/DiscordRewards/DiscordRewards.csproj +++ b/Framework/DiscordRewards/DiscordRewards.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Framework/FileUtils/FileUtils.csproj b/Framework/FileUtils/FileUtils.csproj index 10c714ca..c1ee07b2 100644 --- a/Framework/FileUtils/FileUtils.csproj +++ b/Framework/FileUtils/FileUtils.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Framework/GethConnector/GethConnector.csproj b/Framework/GethConnector/GethConnector.csproj index 57715aa2..57808d73 100644 --- a/Framework/GethConnector/GethConnector.csproj +++ b/Framework/GethConnector/GethConnector.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Framework/KubernetesWorkflow/KubernetesWorkflow.csproj b/Framework/KubernetesWorkflow/KubernetesWorkflow.csproj index c9201c37..3973280e 100644 --- a/Framework/KubernetesWorkflow/KubernetesWorkflow.csproj +++ b/Framework/KubernetesWorkflow/KubernetesWorkflow.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 KubernetesWorkflow enable enable diff --git a/Framework/Logging/Logging.csproj b/Framework/Logging/Logging.csproj index 0757f272..e5d68c6f 100644 --- a/Framework/Logging/Logging.csproj +++ b/Framework/Logging/Logging.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 Logging enable enable diff --git a/Framework/NethereumWorkflow/NethereumWorkflow.csproj b/Framework/NethereumWorkflow/NethereumWorkflow.csproj index fc0c5c3d..ebd214b0 100644 --- a/Framework/NethereumWorkflow/NethereumWorkflow.csproj +++ b/Framework/NethereumWorkflow/NethereumWorkflow.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 NethereumWorkflow enable enable diff --git a/Framework/OverwatchTranscript/OverwatchTranscript.csproj b/Framework/OverwatchTranscript/OverwatchTranscript.csproj index 70e6563c..def6815b 100644 --- a/Framework/OverwatchTranscript/OverwatchTranscript.csproj +++ b/Framework/OverwatchTranscript/OverwatchTranscript.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Framework/Utils/Utils.csproj b/Framework/Utils/Utils.csproj index b728fc9b..9ad48fc2 100644 --- a/Framework/Utils/Utils.csproj +++ b/Framework/Utils/Utils.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 Utils enable enable diff --git a/ProjectPlugins/CodexContractsPlugin/CodexContractsPlugin.csproj b/ProjectPlugins/CodexContractsPlugin/CodexContractsPlugin.csproj index fcb65c29..24f87068 100644 --- a/ProjectPlugins/CodexContractsPlugin/CodexContractsPlugin.csproj +++ b/ProjectPlugins/CodexContractsPlugin/CodexContractsPlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/ProjectPlugins/CodexDiscordBotPlugin/CodexDiscordBotPlugin.csproj b/ProjectPlugins/CodexDiscordBotPlugin/CodexDiscordBotPlugin.csproj index d2a9ac3a..60f94238 100644 --- a/ProjectPlugins/CodexDiscordBotPlugin/CodexDiscordBotPlugin.csproj +++ b/ProjectPlugins/CodexDiscordBotPlugin/CodexDiscordBotPlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/ProjectPlugins/CodexPlugin/CodexPlugin.csproj b/ProjectPlugins/CodexPlugin/CodexPlugin.csproj index 53f481b2..4e3c96ff 100644 --- a/ProjectPlugins/CodexPlugin/CodexPlugin.csproj +++ b/ProjectPlugins/CodexPlugin/CodexPlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/ProjectPlugins/CodexPluginPrebuild/CodexPluginPrebuild.csproj b/ProjectPlugins/CodexPluginPrebuild/CodexPluginPrebuild.csproj index f02677bf..91b464af 100644 --- a/ProjectPlugins/CodexPluginPrebuild/CodexPluginPrebuild.csproj +++ b/ProjectPlugins/CodexPluginPrebuild/CodexPluginPrebuild.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/ProjectPlugins/DeployAndRunPlugin/DeployAndRunPlugin.csproj b/ProjectPlugins/DeployAndRunPlugin/DeployAndRunPlugin.csproj index 66d0737a..3251326f 100644 --- a/ProjectPlugins/DeployAndRunPlugin/DeployAndRunPlugin.csproj +++ b/ProjectPlugins/DeployAndRunPlugin/DeployAndRunPlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/ProjectPlugins/GethPlugin/GethPlugin.csproj b/ProjectPlugins/GethPlugin/GethPlugin.csproj index 73aae77b..c8331f22 100644 --- a/ProjectPlugins/GethPlugin/GethPlugin.csproj +++ b/ProjectPlugins/GethPlugin/GethPlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/ProjectPlugins/MetricsPlugin/MetricsPlugin.csproj b/ProjectPlugins/MetricsPlugin/MetricsPlugin.csproj index f9219345..26aa1e5c 100644 --- a/ProjectPlugins/MetricsPlugin/MetricsPlugin.csproj +++ b/ProjectPlugins/MetricsPlugin/MetricsPlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Tests/CodexContinuousTests/CodexContinuousTests.csproj b/Tests/CodexContinuousTests/CodexContinuousTests.csproj index de07fe48..7b85bb0e 100644 --- a/Tests/CodexContinuousTests/CodexContinuousTests.csproj +++ b/Tests/CodexContinuousTests/CodexContinuousTests.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Tests/CodexLongTests/CodexTestsLong.csproj b/Tests/CodexLongTests/CodexTestsLong.csproj index 71c67564..a3a4c50c 100644 --- a/Tests/CodexLongTests/CodexTestsLong.csproj +++ b/Tests/CodexLongTests/CodexTestsLong.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Tests/CodexTests/CodexTests.csproj b/Tests/CodexTests/CodexTests.csproj index 4a9a3edb..8d70f851 100644 --- a/Tests/CodexTests/CodexTests.csproj +++ b/Tests/CodexTests/CodexTests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Tests/DistTestCore/DistTestCore.csproj b/Tests/DistTestCore/DistTestCore.csproj index d86168fa..4b996f70 100644 --- a/Tests/DistTestCore/DistTestCore.csproj +++ b/Tests/DistTestCore/DistTestCore.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 DistTestCore enable enable diff --git a/Tests/FrameworkTests/FrameworkTests.csproj b/Tests/FrameworkTests/FrameworkTests.csproj index cde37762..80c811eb 100644 --- a/Tests/FrameworkTests/FrameworkTests.csproj +++ b/Tests/FrameworkTests/FrameworkTests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Tools/AutoClient/AutoClient.csproj b/Tools/AutoClient/AutoClient.csproj index 9340dc97..362698f9 100644 --- a/Tools/AutoClient/AutoClient.csproj +++ b/Tools/AutoClient/AutoClient.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Tools/BiblioTech/BiblioTech.csproj b/Tools/BiblioTech/BiblioTech.csproj index 85fa95a2..c8960926 100644 --- a/Tools/BiblioTech/BiblioTech.csproj +++ b/Tools/BiblioTech/BiblioTech.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Tools/CodexNetDeployer/CodexNetDeployer.csproj b/Tools/CodexNetDeployer/CodexNetDeployer.csproj index 2e4751fc..8f403fd3 100644 --- a/Tools/CodexNetDeployer/CodexNetDeployer.csproj +++ b/Tools/CodexNetDeployer/CodexNetDeployer.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Tools/KeyMaker/KeyMaker.csproj b/Tools/KeyMaker/KeyMaker.csproj index 9ee1ab24..2eb9bf46 100644 --- a/Tools/KeyMaker/KeyMaker.csproj +++ b/Tools/KeyMaker/KeyMaker.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Tools/MarketInsights/MarketInsights.csproj b/Tools/MarketInsights/MarketInsights.csproj index 32ef7827..42b33c43 100644 --- a/Tools/MarketInsights/MarketInsights.csproj +++ b/Tools/MarketInsights/MarketInsights.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable ae71e621-bb16-41b2-b6f3-c597d2d21157 diff --git a/Tools/TestClusterStarter/TestClusterStarter.csproj b/Tools/TestClusterStarter/TestClusterStarter.csproj index 5522cbed..b7a2846a 100644 --- a/Tools/TestClusterStarter/TestClusterStarter.csproj +++ b/Tools/TestClusterStarter/TestClusterStarter.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Tools/TestNetRewarder/TestNetRewarder.csproj b/Tools/TestNetRewarder/TestNetRewarder.csproj index e4e74633..900c927c 100644 --- a/Tools/TestNetRewarder/TestNetRewarder.csproj +++ b/Tools/TestNetRewarder/TestNetRewarder.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Tools/TranscriptAnalysis/TranscriptAnalysis.csproj b/Tools/TranscriptAnalysis/TranscriptAnalysis.csproj index 0fc47096..64983f90 100644 --- a/Tools/TranscriptAnalysis/TranscriptAnalysis.csproj +++ b/Tools/TranscriptAnalysis/TranscriptAnalysis.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable