Your cart is currently empty!
Tag: nuget
-
System.Text.Json 8.0.0.4 Vulnerability: A Solution
I was facing a very strange issue where after updating a NuGet package (System.Text.Json from 8.0.0.4 to 8.0.0.5) and targeting .NET Framework 4.8.1, the project wouldn’t build correctly. Despite updating the bindingRedirect in the web.config file, the changes seemed to revert. Here’s what worked for me: Note on Entity Framework Compatibility: It’s essential to ensure…