2 usages of MSBuild property PublishAotUsingRuntimePack
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.props (1)
95
Condition="'$(_IsPublishing)' == 'true' and '$(
PublishAotUsingRuntimePack
)' == 'true' And ('$(_TargetFrameworkVersionWithoutV)' != '') And ('$(_TargetFrameworkVersionWithoutV)' >= '8.0')" />
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
136
AotUseKnownRuntimePackForTarget="$(
PublishAotUsingRuntimePack
)"