📌  相关文章
📜  无法加载文件或程序集'System.Security.Permissions - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:43.883000             🧑  作者: Mango

代码示例1
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.