Build error after upgrading MimeKit to .NET 4.7.2: Your project does not reference “.NETFramework,Version=v4.7.2” framework
问题 First, this is not a duplicate of: Build error while transitioning between branches: Your project is not referencing the ".NETFramework,Version=v4.7.2" framework I downloaded MimeKit and opened it in VS2019. I attempted to update the project from .NET 4.5 to .NET 4.7.2. After doing this, it won't compile. I get the following error: Your project does not reference ".NETFramework,Version=v4.7.2" framework. After finding the SO post above, I was very hopeful, but it didn't work. I followed the