key
This commit is contained in:
parent
148008d733
commit
851ed78605
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Rules
|
|||
private AddPropertyTransform<CommonCompilerOptions>[] KeyFileTransforms
|
||||
=> new []
|
||||
{
|
||||
new AddPropertyTransform<CommonCompilerOptions>("AssemblyOriginatorKeyFile",
|
||||
new AddPropertyTransform<CommonCompilerOptions>("KeyFile",
|
||||
compilerOptions => compilerOptions.KeyFile,
|
||||
compilerOptions => !string.IsNullOrEmpty(compilerOptions.KeyFile)),
|
||||
new AddPropertyTransform<CommonCompilerOptions>("SignAssembly",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue