VSTest drops Newtonsoft.Json in .NET 11 Preview 4 and what breaks if you relied on it transitively
.NET 11 Preview 4 and Visual Studio 18.8 ship a VSTest that no longer flows Newtonsoft.Json into your test projects. Builds that quietly used the transitive copy will break with a single PackageReference fix.