Answers for "Could not load file or assembly 'System.Security.Permissions"

0

Could not load file or assembly 'System.Security.Permissions

This was due to a lack of understanding of how .NET Core works.
I opened up the csproj and added a reference to the required file 'System.Security.Permissions' and reloaded the project.
At this point, nuget resolved it. 
Json.NET now works as expected.
Posted by: Guest on September-28-2021

Code answers related to "Could not load file or assembly 'System.Security.Permissions"

Browse Popular Code Answers by Language