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: jellyfin/jellyfin-plugin-bookshelf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2a463c44d864771ba5d28a7e2ab956951da58d2
Choose a base ref
..
head repository: jellyfin/jellyfin-plugin-bookshelf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f0a8b041865de9801787c491f1d85c932aaeb72
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 tests/Jellyfin.Plugin.Bookshelf.Tests/Jellyfin.Plugin.Bookshelf.Tests.csproj
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>