Skip to content

Commit 87c3075

Browse files
authored
Use host RID for crossgen2 during source-build (#48880)
1 parent 509db15 commit 87c3075

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Layout/redist/targets/Crossgen.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
'$(DotNetBuildUseMonoRuntime)' != 'true'">true</IsCrossgenSupported>
99

1010
<Crossgen2Rid>$(HostOSName)-$(BuildArchitecture)</Crossgen2Rid>
11-
<Crossgen2Rid Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(SharedFrameworkRid)</Crossgen2Rid>
1211

1312
<RuntimeNETCrossgenPackageName>microsoft.netcore.app.crossgen2.$(Crossgen2Rid)</RuntimeNETCrossgenPackageName>
1413
</PropertyGroup>

0 commit comments

Comments
 (0)