Hi @mp2022ms2,
My suggestion is that you don't need to remove it as there are other references that depend on the Newtonsoft json reference.
Newtonsoft json references will not be used as long as Newtonsoft.Json related methods are not used(using Newtonsoft.Json;
).
If you insist on removing the Newtonsoft json reference, you can use the NuGet package manager to do so. But the dependent packages also need to be removed.
Load a project in Solution Explorer, select Project > Manage NuGet Packages, and then select the Installed tab.
Select the package to uninstall in the left pane (use the Search box to find it, if necessary), and then select Uninstall from the right pane.
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.