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: TurnerSoftware/CacheTower
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26a36083dfaf511dbf160cb6adf343dbc053124d
Choose a base ref
..
head repository: TurnerSoftware/CacheTower
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 71e8bba613ab4112491c4fb0df4c8826af5ae60d
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 tests/CacheTower.Tests/CacheTower.Tests.csproj
4 changes: 2 additions & 2 deletions tests/CacheTower.Tests/CacheTower.Tests.csproj
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>