From 36271260a1d6aa8f860c8d1a5d086c1a12668821 Mon Sep 17 00:00:00 2001 From: Praburaj Date: Thu, 12 Mar 2015 17:05:11 -0700 Subject: [PATCH] Reacting to Caching extension rename --- src/MusicStore/Startup.cs | 2 +- src/MusicStore/StartupNtlmAuthentication.cs | 2 +- src/MusicStore/StartupOpenIdConnect.cs | 2 +- .../compiler/shared/Mocks/StartupOpenIdConnectTesting.cs | 2 +- test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/MusicStore/Startup.cs b/src/MusicStore/Startup.cs index b9c7aa31dd..f91b6fcf48 100644 --- a/src/MusicStore/Startup.cs +++ b/src/MusicStore/Startup.cs @@ -84,7 +84,7 @@ namespace MusicStore services.AddSingleton(); // Add session related services. - services.AddCachingServices(); + services.AddCaching(); services.AddSessionServices(); // Configure Auth diff --git a/src/MusicStore/StartupNtlmAuthentication.cs b/src/MusicStore/StartupNtlmAuthentication.cs index 158da2891f..78c18cdd3f 100644 --- a/src/MusicStore/StartupNtlmAuthentication.cs +++ b/src/MusicStore/StartupNtlmAuthentication.cs @@ -58,7 +58,7 @@ namespace MusicStore services.AddSingleton(); // Add session related services. - services.AddCachingServices(); + services.AddCaching(); services.AddSessionServices(); // Configure Auth diff --git a/src/MusicStore/StartupOpenIdConnect.cs b/src/MusicStore/StartupOpenIdConnect.cs index 452373eaef..675294882e 100644 --- a/src/MusicStore/StartupOpenIdConnect.cs +++ b/src/MusicStore/StartupOpenIdConnect.cs @@ -78,7 +78,7 @@ namespace MusicStore services.AddSingleton(); // Add session related services. - services.AddCachingServices(); + services.AddCaching(); services.AddSessionServices(); // Configure Auth diff --git a/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs b/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs index 1792538183..8d3130bb15 100644 --- a/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs +++ b/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs @@ -84,7 +84,7 @@ namespace MusicStore services.AddSingleton(); // Add session related services. - services.AddCachingServices(); + services.AddCaching(); services.AddSessionServices(); // Configure Auth diff --git a/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs b/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs index eb7ce53344..084c7eaa0c 100644 --- a/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs +++ b/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs @@ -145,7 +145,7 @@ namespace MusicStore services.AddSingleton(); // Add session related services. - services.AddCachingServices(); + services.AddCaching(); services.AddSessionServices(); // Configure Auth