From 01cd51744fb69ceb849549a882eee8328b62b01d Mon Sep 17 00:00:00 2001 From: Hellojack <106379370+H1JK@users.noreply.github.com> Date: Fri, 10 Jun 2022 14:30:53 +0800 Subject: [PATCH] fix --- Netch/Utils/StringExtension.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Netch/Utils/StringExtension.cs b/Netch/Utils/StringExtension.cs index 5c38588d..22dca3c9 100644 --- a/Netch/Utils/StringExtension.cs +++ b/Netch/Utils/StringExtension.cs @@ -1,4 +1,5 @@ -using System.Text; +using System.Security.Cryptography; +using System.Text; namespace Netch.Utils;