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 +} 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 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 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 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