Replacing the /Trusted_Platform_Assemblies switch with a simpler /r switch that can...
authorFadi Hanna <fadim@microsoft.com>
Wed, 27 Mar 2019 03:56:57 +0000 (20:56 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 03:56:57 +0000 (20:56 -0700)
commit621a66cb9644c49df03611f353764da03460f48d
tree55a7250ca578f7c90af7e63c24e45325efbf7e47
parentc8a576928086f8ead922dcadc4f1cf984316eb61
Replacing the /Trusted_Platform_Assemblies switch with a simpler /r switch that can be used multiple times in the command line to provide a list of reference assemblies. Reference assemblies can now be passed as individual file entries instead of a giant string of semi-column separated entries. (#23462)
src/tools/crossgen/crossgen.cpp