summaryrefslogtreecommitdiff
path: root/src/binder/inc
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@users.noreply.github.com>2015-09-30 14:48:32 -0700
committerKoundinya Veluri <kouvel@users.noreply.github.com>2015-09-30 14:48:32 -0700
commitca8dc1370187dc2bd5fc2147999b77a74b5d12ee (patch)
tree9a4654b8c2beb85879b9ce7e58088eda9c5cf01a /src/binder/inc
parent7dac994dc3ee4bba846784f0079e54060dc030fb (diff)
parente780495d6e7575812fd5c42d4125c35b6054fa95 (diff)
downloadcoreclr-ca8dc1370187dc2bd5fc2147999b77a74b5d12ee.tar.gz
coreclr-ca8dc1370187dc2bd5fc2147999b77a74b5d12ee.tar.bz2
coreclr-ca8dc1370187dc2bd5fc2147999b77a74b5d12ee.zip
Merge pull request #1651 from kouvel/TpaPktFix
Remove the need for the PKT to match when binding to an assembly on t…
Diffstat (limited to 'src/binder/inc')
-rw-r--r--src/binder/inc/assemblyname.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binder/inc/assemblyname.hpp b/src/binder/inc/assemblyname.hpp
index ac648586e3..474500bc75 100644
--- a/src/binder/inc/assemblyname.hpp
+++ b/src/binder/inc/assemblyname.hpp
@@ -31,7 +31,7 @@ namespace BINDER_SPACE
INCLUDE_ARCHITECTURE = 0x02,
INCLUDE_RETARGETABLE = 0x04,
INCLUDE_CONTENT_TYPE = 0x08,
- EXCLUDE_PUBLIC_KEY_TOKEN_IF_MISSING = 0x10,
+ INCLUDE_PUBLIC_KEY_TOKEN = 0x10,
EXCLUDE_CULTURE = 0x20
} INCLUDE_FLAGS;