From 64161bf00148aafcfd2f57ebd77aa51e6e4004bf Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sun, 2 Jan 2022 06:02:15 -0500 Subject: [PATCH] Namespace fix --- BeefLibs/corlib/src/Security/Cryptography/MD5.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefLibs/corlib/src/Security/Cryptography/MD5.bf b/BeefLibs/corlib/src/Security/Cryptography/MD5.bf index ed06f179..d5b917d5 100644 --- a/BeefLibs/corlib/src/Security/Cryptography/MD5.bf +++ b/BeefLibs/corlib/src/Security/Cryptography/MD5.bf @@ -1,4 +1,4 @@ -using system.IO; +using System.IO; namespace System.Security.Cryptography {