Summary
Gets or sets a value indicating whether external assembly references
in the manifest of the target assembly will use full public keys or
public key tokens.
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeSettings
Syntax
public bool UseFullPublicKeyForReferences { get; set; }
Value
Type | Description |
---|---|
bool |
true when full public keys should be used; otherwise, false .
|