diff options
author | Alex Ghiondea <AlexGhiondea@users.noreply.github.com> | 2017-05-08 15:14:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 15:14:02 -0700 |
commit | e623a2b5894c997fcefe2dcad76e554821912c66 (patch) | |
tree | e82c82649a436facab8536791f2b1131a0b79921 /src | |
parent | 94eb128265d39fbe350f68bba4cc6658e3ddeada (diff) | |
download | coreclr-e623a2b5894c997fcefe2dcad76e554821912c66.tar.gz coreclr-e623a2b5894c997fcefe2dcad76e554821912c66.tar.bz2 coreclr-e623a2b5894c997fcefe2dcad76e554821912c66.zip |
Add assembly level attribute on CoreLib (#11449)
Diffstat (limited to 'src')
-rw-r--r-- | src/mscorlib/System.Private.CoreLib.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/System.Private.CoreLib.csproj b/src/mscorlib/System.Private.CoreLib.csproj index 426ae7d601..e519199640 100644 --- a/src/mscorlib/System.Private.CoreLib.csproj +++ b/src/mscorlib/System.Private.CoreLib.csproj @@ -104,6 +104,7 @@ <AssemblyInfoLines Include="[assembly: System.Security.AllowPartiallyTrustedCallers]" /> <AssemblyInfoLines Include="[assembly: System.Runtime.InteropServices.ComVisible(false)]" /> <AssemblyInfoLines Include="[assembly: System.Resources.NeutralResourcesLanguage("en-US")]" /> + <AssemblyInfoLines Include="[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]" /> </ItemGroup> <!-- Helper Paths |