Skip to content

Commit

Permalink
Merge pull request #173 from OctopusDeploy/john/drop-5
Browse files Browse the repository at this point in the history
  • Loading branch information
John Simons authored Mar 29, 2022
2 parents bdaf2d1 + 1eda81e commit 58780c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/Octo/Octo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>portable</DebugType>
<AssemblyName>octo</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion source/Octopus.Cli/Octopus.Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<Authors>Octopus Deploy</Authors>
<Copyright>Octopus Deploy Pty Ltd</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion source/Octopus.DotNet.Cli/Octopus.DotNet.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<PackAsTool>True</PackAsTool>
<AssemblyName>dotnet-octo</AssemblyName>
<PackageId>Octopus.DotNet.Cli</PackageId>
Expand Down

0 comments on commit 58780c9

Please sign in to comment.