4 assignments to MSBuild property UseRidGraph
MSBuild (1)
MSBuild.csproj (1)
21
<
UseRidGraph
>true</UseRidGraph>
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
56
<
UseRidGraph
Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '8.0'))">false</UseRidGraph>
57
<
UseRidGraph
Condition="'$(UseRidGraph)' == ''">true</UseRidGraph>
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
17
<
UseRidGraph
>true</UseRidGraph>
6 usages of MSBuild property UseRidGraph
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (6)
53
<_UseRidGraphWasSpecified Condition="'$(
UseRidGraph
)' != ''">true</_UseRidGraphWasSpecified>
55
<PropertyGroup Condition="'$(
UseRidGraph
)' == ''">
57
<UseRidGraph Condition="'$(
UseRidGraph
)' == ''">true</UseRidGraph>
61
<RuntimeIdentifierGraphPath Condition="'$(
UseRidGraph
)' == 'true'">$(BundledRuntimeIdentifierGraphFile)</RuntimeIdentifierGraphPath>
64
<RuntimeIdentifierGraphPath Condition="'$(
UseRidGraph
)' != 'true'">$([System.IO.Path]::GetDirectoryName($(BundledRuntimeIdentifierGraphFile)))/PortableRuntimeIdentifierGraph.json</RuntimeIdentifierGraphPath>
626
Value="$(
UseRidGraph
)" />