1 assignment to MSBuild property _RuntimeRefDir
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (1)
238
<
_RuntimeRefDir
>$([System.IO.Path]::Combine($(StoreWorkerWorkingDir), "runtimeref"))</_RuntimeRefDir> <!-- flat app managed assemblies -->
2 usages of MSBuild property _RuntimeRefDir
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (2)
126
CrossgenPlatformAssembliesPath=$(
_RuntimeRefDir
)$(PathSeparator)$(_NetCoreRefDir);
253
DestinationFolder="$(
_RuntimeRefDir
)"