refactor: update package reference configuration

- Updated `CShells.Abstractions` package reference to use the default version in the unit test project.
This commit is contained in:
Sipke Schoorstra 2026-08-03 13:15:18 +02:00
parent e59a0f1721
commit ff10a68100
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CShells.Abstractions" VersionOverride="0.0.21" />
<PackageReference Include="CShells.Abstractions" />
</ItemGroup>
<ItemGroup>