From af7b113035bb516330e81cf234387501e850b8cb Mon Sep 17 00:00:00 2001 From: D4VID Date: Thu, 28 Mar 2024 10:51:54 +0100 Subject: [PATCH] Remove unnecessary using --- OAuthServer/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OAuthServer/Program.cs b/OAuthServer/Program.cs index b4496ce..3286fa9 100644 --- a/OAuthServer/Program.cs +++ b/OAuthServer/Program.cs @@ -1,4 +1,3 @@ -using System.Security.Cryptography; using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption; using Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel;