Visual Studio 2022 - Can't Resolve 'System.Text.Json' After Updating to .NET 7
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-06
visual-studio .net-7 system.text.json csharp
After updating my project to .NET 7 in Visual Studio 2022, I'm facing an issue where the namespace 'System.Text.Json' cannot be resolved. Initially, my project ...