Skip to content

Commit

Permalink
Merge pull request #52 from ChrisPulman/renovate/nuke.common-9.x
Browse files Browse the repository at this point in the history
Update dependency Nuke.Common to v9
  • Loading branch information
ChrisPulman authored Jan 16, 2025
2 parents edd75a7 + d45ed1d commit 9bf9ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" />
<PackageReference Include="Nuke.Common" Version="8.1.4" />
<PackageReference Include="Nuke.Common" Version="9.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CP.Nuke.BuildTools/CP.Nuke.BuildTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Nuke.Common" Version="8.1.4" />
<PackageReference Include="Nuke.Common" Version="9.0.4" />
</ItemGroup>
</Project>

0 comments on commit 9bf9ee3

Please sign in to comment.