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