Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 58780c9

Browse files
author
John Simons
authored
Merge pull request #173 from OctopusDeploy/john/drop-5
2 parents bdaf2d1 + 1eda81e commit 58780c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/Octo/Octo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<DebugType>portable</DebugType>
77
<AssemblyName>octo</AssemblyName>

source/Octopus.Cli/Octopus.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;net5.0;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
55
<Authors>Octopus Deploy</Authors>
66
<Copyright>Octopus Deploy Pty Ltd</Copyright>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

source/Octopus.DotNet.Cli/Octopus.DotNet.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
We include all possible targets here so that no matter what framework version
77
the user has installed, there is an appropriate build in the tools package
88
-->
9-
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
9+
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
1010
<PackAsTool>True</PackAsTool>
1111
<AssemblyName>dotnet-octo</AssemblyName>
1212
<PackageId>Octopus.DotNet.Cli</PackageId>

0 commit comments

Comments
 (0)