Skip to content

Commit f3ec32f

Browse files
Fix CVE-2025-26646: Update Nuke.Common to 9.0.4 and Microsoft.Build.Tasks.Core to 17.14.8 (#74)
Co-authored-by: openhands <[email protected]>
1 parent 776867b commit f3ec32f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/_build.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Nuke.Common" Version="8.1.4" />
14+
<PackageReference Include="Nuke.Common" Version="9.0.4" />
15+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.14.8" />
1516
</ItemGroup>
1617

1718
<ItemGroup>

0 commit comments

Comments
 (0)