4 assignments to MSBuild property PublishReadyToRunComposite
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (4)
21
<
PublishReadyToRunComposite
Condition="'$(PublishReadyToRunComposite)' == '' and '$(PublishSingleFile)' == 'true' and '$(PublishReadyToRun)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' >= '7.0'">true</PublishReadyToRunComposite>
22
<
PublishReadyToRunComposite
Condition="'$(PublishReadyToRunComposite)' == '' and '$(_TargetFrameworkVersionWithoutV)' >= '6.0'">false</PublishReadyToRunComposite>
23
<
PublishReadyToRunComposite
Condition="'$(PublishReadyToRunComposite)' == ''">true</PublishReadyToRunComposite>
24
<
PublishReadyToRunComposite
Condition="'$(PublishReadyToRunUseCrossgen2)' != 'true' or '$(SelfContained)' != 'true'">false</PublishReadyToRunComposite>
4 usages of MSBuild property PublishReadyToRunComposite
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (4)
21
<PublishReadyToRunComposite Condition="'$(
PublishReadyToRunComposite
)' == '' and '$(PublishSingleFile)' == 'true' and '$(PublishReadyToRun)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' >= '7.0'">true</PublishReadyToRunComposite>
22
<PublishReadyToRunComposite Condition="'$(
PublishReadyToRunComposite
)' == '' and '$(_TargetFrameworkVersionWithoutV)' >= '6.0'">false</PublishReadyToRunComposite>
23
<PublishReadyToRunComposite Condition="'$(
PublishReadyToRunComposite
)' == ''">true</PublishReadyToRunComposite>
428
Crossgen2Composite="$(
PublishReadyToRunComposite
)"