From 447ea8d2c3d37dc0da862548bedca9255a9198cb Mon Sep 17 00:00:00 2001 From: rony8652 <35768473+rony8652@users.noreply.github.com> Date: Wed, 24 Jan 2018 18:35:23 +0530 Subject: [PATCH] Partially trusted callers --- Rotativa/Properties/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rotativa/Properties/AssemblyInfo.cs b/Rotativa/Properties/AssemblyInfo.cs index deff4f9..32b7b84 100644 --- a/Rotativa/Properties/AssemblyInfo.cs +++ b/Rotativa/Properties/AssemblyInfo.cs @@ -1,6 +1,8 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Security; +using System.Security.Permissions; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -34,3 +36,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0")] [assembly: AssemblyFileVersion("1.0")] +[assembly: AllowPartiallyTrustedCallers]