remove old references and remove unnecessary code

This commit is contained in:
Sergio Matias Urquin
2025-05-17 22:53:44 -06:00
parent 6358f5f199
commit f89dd755b1
18 changed files with 9 additions and 405 deletions

View File

@@ -7,11 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Microsoft.Azure.StackExchangeRedis" Version="3.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
<PackageReference Include="Blueprint.Redis" Version="0.0.1" />
</ItemGroup>
</Project>