We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df36ce6 commit a738e59Copy full SHA for a738e59
source/Nuke.GlobalTool/Nuke.GlobalTool.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
6
<RollForward>LatestMajor</RollForward>
7
<PackAsTool>true</PackAsTool>
8
<ToolCommandName>nuke</ToolCommandName>
0 commit comments