Skip to content

Commit

Permalink
Merge pull request #21 from ChrisPulman/dependabot/nuget/Nuke.Common-…
Browse files Browse the repository at this point in the history
…8.0.0

Bump Nuke.Common from 7.0.6 to 8.0.0
  • Loading branch information
ChrisPulman authored Jan 22, 2024
2 parents 4741082 + 6fd5810 commit c8cb304
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.6.133" />
<PackageReference Include="Nuke.Common" Version="7.0.6" />
<PackageReference Include="Nuke.Common" Version="8.0.0" />
</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="7.0.6" />
<PackageReference Include="Nuke.Common" Version="8.0.0" />
</ItemGroup>
</Project>

0 comments on commit c8cb304

Please sign in to comment.