diff --git a/samples/Redis/Program.cs b/samples/Redis/Program.cs index 6bc61bdb70..a3401c86a2 100644 --- a/samples/Redis/Program.cs +++ b/samples/Redis/Program.cs @@ -2,7 +2,6 @@ using Microsoft.AspNetCore.DataProtection; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; -using Microsoft.AspNetCore.DataProtection.Redis; using StackExchange.Redis; namespace Redis