❔ Issue with nuget package
I am trying to install a package, but when I do it doesn't show up in the references and this is what I see in nuget, I've tried cleaning, rebuilding, closing visual studio, nothing seems to work. Anyone know what might be the issue?
6 Replies
If you don't need specific features of Newtonsoft.Json, then prefer System.Text.Json which already exists for .NET
Try installing it via terminal if VS is the one that is bugging
the project is in .net 4.8 so I don't think System.Text.Json is compatible
System.Text.Json 7.0.3
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of th...
it is
alright i'll try that tomorrow, thanks
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.