Skip to content

Commit a738e59

Browse files
committed
Fix Nuke.GlobalTool to target net6.0
1 parent df36ce6 commit a738e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Nuke.GlobalTool/Nuke.GlobalTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
66
<RollForward>LatestMajor</RollForward>
77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>nuke</ToolCommandName>

0 commit comments

Comments
 (0)