Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cake-contrib/Cake.Npm.Module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c52af40a87cdfa98c1f5d43dd199973271a05895
Choose a base ref
..
head repository: cake-contrib/Cake.Npm.Module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33b0eb582e8fa27548b6a0a1e2322b0e9d75f864
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Cake.Npm.Module.Tests/Cake.Npm.Module.Tests.csproj
2 changes: 1 addition & 1 deletion src/Cake.Npm.Module.Tests/Cake.Npm.Module.Tests.csproj
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Cake.Testing" Version="5.0.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
</ItemGroup>

<ItemGroup>