1 assignment to MSBuild property _RidAgnosticProject
MSBuildFiles (1)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RuntimeIdentifierInference.BeforeNETSdkTargets.targets (1)
13
<
_RidAgnosticProject
Condition="('$(OutputType)' == 'Library' or '$(IsTestProject)' == 'true') and '$(RuntimeIdentifiers)' == ''">true</_RidAgnosticProject>
2 usages of MSBuild property _RidAgnosticProject
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RuntimeIdentifierInference.BeforeNETSdkTargets.targets (2)
16
<_EnableArcadeRuntimeIdentifierInference Condition="'$(_EnableArcadeRuntimeIdentifierInference)' == '' and ('$(IsRidAgnostic)' == 'true' or '$(
_RidAgnosticProject
)' == 'true')">false</_EnableArcadeRuntimeIdentifierInference>
56
<IsRidAgnostic Condition="'$(
_RidAgnosticProject
)' == 'true'">true</IsRidAgnostic>