diff --git a/source/Octo/Octo.csproj b/source/Octo/Octo.csproj index a3d44b36d3..bb91d700a0 100644 --- a/source/Octo/Octo.csproj +++ b/source/Octo/Octo.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0;net6.0 + netcoreapp3.1;net6.0 true portable octo diff --git a/source/Octopus.Cli/Octopus.Cli.csproj b/source/Octopus.Cli/Octopus.Cli.csproj index a5170c83c0..84ff594397 100644 --- a/source/Octopus.Cli/Octopus.Cli.csproj +++ b/source/Octopus.Cli/Octopus.Cli.csproj @@ -1,7 +1,7 @@  - netstandard2.1;net5.0;net6.0 + netstandard2.1;net6.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 2419381547..0a86a7ee6f 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;net5.0;net6.0 + netcoreapp3.1;net6.0 True dotnet-octo Octopus.DotNet.Cli