From 7b326051bbb4d9c27e163b0fa81f70cc16e0befe Mon Sep 17 00:00:00 2001 From: Sergio Matias Date: Sat, 21 Jun 2025 22:12:20 -0600 Subject: [PATCH] Upgrade redis package --- Core.BluePrint.Packages.sln | 2 +- ...ore.Blueprint.Caching.csproj => Core.Blueprint.Redis.csproj} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Core.Blueprint.Redis/{Core.Blueprint.Caching.csproj => Core.Blueprint.Redis.csproj} (100%) diff --git a/Core.BluePrint.Packages.sln b/Core.BluePrint.Packages.sln index 0c6eb67..7a136ec 100644 --- a/Core.BluePrint.Packages.sln +++ b/Core.BluePrint.Packages.sln @@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Blueprint.KeyVault", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Blueprint.Mongo", "Core.Blueprint.Mongo\Core.Blueprint.Mongo.csproj", "{27A8E3E1-D613-4D5B-8105-485699409F1E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Blueprint.Caching", "Core.Blueprint.Redis\Core.Blueprint.Caching.csproj", "{11F2AA11-FB98-4A33-AEE4-CD49588D2FE1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Blueprint.Redis", "Core.Blueprint.Redis\Core.Blueprint.Redis.csproj", "{11F2AA11-FB98-4A33-AEE4-CD49588D2FE1}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Blueprint.Storage", "Core.Blueprint.Storage\Core.Blueprint.Storage.csproj", "{636E4520-79F9-46C8-990D-08F2D24A151C}" EndProject diff --git a/Core.Blueprint.Redis/Core.Blueprint.Caching.csproj b/Core.Blueprint.Redis/Core.Blueprint.Redis.csproj similarity index 100% rename from Core.Blueprint.Redis/Core.Blueprint.Caching.csproj rename to Core.Blueprint.Redis/Core.Blueprint.Redis.csproj