From ec87c8d822b5034f45e889840be2ddca45229664 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 12 Nov 2023 10:25:07 -0500 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b87717d5d..a164429762 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ directory and select **Git Sync...** in the menu. Once you do that, you'll need In the top-level MimeKit directory, there are a number of solution files; they are: -* **MimeKit.sln** - includes projects for .NET 4.6.2/4.7/4.8, .NETStandard 2.0/2.1, .NET Core 6.0 as well as the unit tests. +* **MimeKit.sln** - includes projects for .NET Framework 4.6.2/4.7/4.8, .NETStandard 2.0/2.1, .NET 6.0 as well as the unit tests. * **MimeKitLite.sln** - includes projects for the stripped-down versions of MimeKit that drop support for crypto. Once you've opened the appropriate MimeKit solution file in [Visual Studio](https://www.visualstudio.com/downloads/),