From af1816c2dc1acd240e7a650117f1c7e77df646cf Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 6 Sep 2023 09:01:04 +0200 Subject: [PATCH] Updated MimeKit and MimeKitLite (markdown) --- MimeKit-and-MimeKitLite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MimeKit-and-MimeKitLite.md b/MimeKit-and-MimeKitLite.md index 296162f..0f5f9da 100644 --- a/MimeKit-and-MimeKitLite.md +++ b/MimeKit-and-MimeKitLite.md @@ -21,7 +21,7 @@ The only solution for this is to apply the following changes to your project: In your C# code change this: -``` csharp +``` c# extern alias MimeKitAlias; // ⭐ Add this namespace MyNamespace