This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments