1 assignment to MSBuild property FullAssemblySigningSupported
MSBuildFiles (1)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26153.3\tools\StrongName.props (1)
25
<
FullAssemblySigningSupported
Condition="'$(FullAssemblySigningSupported)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">false</FullAssemblySigningSupported>
3 usages of MSBuild property FullAssemblySigningSupported
MSBuildFiles (3)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26153.3\tools\StrongName.props (1)
25
<FullAssemblySigningSupported Condition="'$(
FullAssemblySigningSupported
)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">false</FullAssemblySigningSupported>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26153.3\tools\StrongName.targets (2)
51
<PublicSign Condition="'$(
FullAssemblySigningSupported
)' != 'false'">false</PublicSign> <!-- The MicrosoftAspNetCore strong name key is a full key -->
72
<PublicSign Condition="'$(
FullAssemblySigningSupported
)' != 'false'">false</PublicSign> <!-- The Open strong name key is a full key -->