3aa59d98bd
This property was only legitimately by the project which wants to restore `crossgen`. Since that now comes from Microsoft.NETCore.App (i.e. the shared framework) use SharedFrameworkRid instead. I also ensured that we passed UsePortableLinuxSharedFramework to dotnet restore when restoring the tool projects, so we can use the platform specific RID when non portable build.
9 lines
452 B
XML
9 lines
452 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Stage0Directory>$(RepoRoot)/.dotnet_stage0/$(Architecture)</Stage0Directory>
|
|
<Stage0PjDirectory>$(RepoRoot)/.dotnet_stage0PJ/$(Architecture)</Stage0PjDirectory>
|
|
<DotnetStage0>$(Stage0Directory)/dotnet$(ExeExtension)</DotnetStage0>
|
|
<IsDesktopAvailable>False</IsDesktopAvailable>
|
|
<IsDesktopAvailable Condition=" '$(OSName)' == 'win' ">True</IsDesktopAvailable>
|
|
</PropertyGroup>
|
|
</Project>
|