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.asciidoctorj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 57888be8355239beae165992c0dd751b38ee6986
Choose a base ref
..
head repository: cake-contrib/cake.asciidoctorj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c85663e41f4fbaf43f13c4e92940c7a2cf5397b1
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj
2 changes: 1 addition & 1 deletion src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.analyzers" Version="1.1.0" />
<PackageReference Include="xunit.analyzers" Version="1.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>