From fecabde51d0fc379824ab962d123de86cd45d91c Mon Sep 17 00:00:00 2001 From: AllisonKlok Date: Mon, 18 Mar 2024 13:59:21 +0100 Subject: [PATCH 1/5] Update global.json --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index c077e9fc34..d349218690 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.101", + "version": "8.0.101", "rollForward": "latestFeature" } -} \ No newline at end of file +} From 859450b21c3711ea583cbbee5a8232592717bac5 Mon Sep 17 00:00:00 2001 From: AllisonKlok Date: Mon, 18 Mar 2024 13:59:52 +0100 Subject: [PATCH 2/5] Update Octopus.DotNet.Cli.csproj --- source/Octopus.DotNet.Cli/Octopus.DotNet.Cli.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Octopus.DotNet.Cli/Octopus.DotNet.Cli.csproj b/source/Octopus.DotNet.Cli/Octopus.DotNet.Cli.csproj index 0a86a7ee6f..3d7274e5e1 100644 --- a/source/Octopus.DotNet.Cli/Octopus.DotNet.Cli.csproj +++ b/source/Octopus.DotNet.Cli/Octopus.DotNet.Cli.csproj @@ -6,7 +6,7 @@ We include all possible targets here so that no matter what framework version the user has installed, there is an appropriate build in the tools package --> - netcoreapp3.1;net6.0 + netcoreapp3.1;net6.0;net8.0 True dotnet-octo Octopus.DotNet.Cli From 858b5497c9b02c6828e7011c1fbb19dd37b6e6f5 Mon Sep 17 00:00:00 2001 From: AllisonKlok Date: Mon, 18 Mar 2024 14:00:37 +0100 Subject: [PATCH 3/5] Update Octopus.Cli.csproj --- source/Octopus.Cli/Octopus.Cli.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Octopus.Cli/Octopus.Cli.csproj b/source/Octopus.Cli/Octopus.Cli.csproj index 84ff594397..087b930ec5 100644 --- a/source/Octopus.Cli/Octopus.Cli.csproj +++ b/source/Octopus.Cli/Octopus.Cli.csproj @@ -1,7 +1,7 @@  - netstandard2.1;net6.0 + netstandard2.1;net6.0;net8.0 Octopus Deploy Octopus Deploy Pty Ltd Apache-2.0 From 84948e4dc05afbd61488748e3db342b899a7755a Mon Sep 17 00:00:00 2001 From: AllisonKlok Date: Mon, 18 Mar 2024 14:01:05 +0100 Subject: [PATCH 4/5] Update Octo.csproj --- source/Octo/Octo.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Octo/Octo.csproj b/source/Octo/Octo.csproj index bb91d700a0..b7ed9d52c9 100644 --- a/source/Octo/Octo.csproj +++ b/source/Octo/Octo.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net6.0 + netcoreapp3.1;net6.0;net8.0 true portable octo From 311467fbb7728ee71eb50052a1dd50002935960c Mon Sep 17 00:00:00 2001 From: AllisonKlok Date: Mon, 18 Mar 2024 14:01:39 +0100 Subject: [PATCH 5/5] Update Octo.Tests.csproj --- source/Octo.Tests/Octo.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Octo.Tests/Octo.Tests.csproj b/source/Octo.Tests/Octo.Tests.csproj index d59ca56c1b..9c63c2ce95 100644 --- a/source/Octo.Tests/Octo.Tests.csproj +++ b/source/Octo.Tests/Octo.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net6.0;net8.0 Octo.Tests true false