From c16055d7e477726accd61002f469e6755630e0a5 Mon Sep 17 00:00:00 2001 From: Eric Mastro Date: Tue, 2 May 2023 12:20:43 +1000 Subject: [PATCH] bump to .net 7 --- DistTestCore/DistTestCore.csproj | 2 +- KubernetesWorkflow/KubernetesWorkflow.csproj | 2 +- Logging/Logging.csproj | 2 +- LongTests/TestsLong.csproj | 2 +- Nethereum/NethereumWorkflow.csproj | 6 +++--- Tests/Tests.csproj | 2 +- Utils/Utils.csproj | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DistTestCore/DistTestCore.csproj b/DistTestCore/DistTestCore.csproj index f7fe20a..6c4a133 100644 --- a/DistTestCore/DistTestCore.csproj +++ b/DistTestCore/DistTestCore.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 DistTestCore enable enable diff --git a/KubernetesWorkflow/KubernetesWorkflow.csproj b/KubernetesWorkflow/KubernetesWorkflow.csproj index dbfbf96..cf95d1d 100644 --- a/KubernetesWorkflow/KubernetesWorkflow.csproj +++ b/KubernetesWorkflow/KubernetesWorkflow.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 KubernetesWorkflow enable enable diff --git a/Logging/Logging.csproj b/Logging/Logging.csproj index fad5ec4..defbdcc 100644 --- a/Logging/Logging.csproj +++ b/Logging/Logging.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 Logging enable enable diff --git a/LongTests/TestsLong.csproj b/LongTests/TestsLong.csproj index 136951d..90f1cd6 100644 --- a/LongTests/TestsLong.csproj +++ b/LongTests/TestsLong.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/Nethereum/NethereumWorkflow.csproj b/Nethereum/NethereumWorkflow.csproj index 99771c5..fc0c5c3 100644 --- a/Nethereum/NethereumWorkflow.csproj +++ b/Nethereum/NethereumWorkflow.csproj @@ -1,16 +1,16 @@  - net6.0 + net7.0 NethereumWorkflow enable enable - + - + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 136951d..90f1cd6 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/Utils/Utils.csproj b/Utils/Utils.csproj index 42c2303..b728fc9 100644 --- a/Utils/Utils.csproj +++ b/Utils/Utils.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 Utils enable enable