We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803d347 commit 0b58937Copy full SHA for 0b58937
src/Layout/redist/targets/Crossgen.targets
@@ -7,9 +7,7 @@
7
'$(TargetArchitecture)' != 'ppc64le' and
8
'$(DotNetBuildUseMonoRuntime)' != 'true'">true</IsCrossgenSupported>
9
10
- <Crossgen2Rid>$(HostOSName)-$(BuildArchitecture)</Crossgen2Rid>
11
-
12
- <RuntimeNETCrossgenPackageName>microsoft.netcore.app.crossgen2.$(Crossgen2Rid)</RuntimeNETCrossgenPackageName>
+ <RuntimeNETCrossgenPackageName>microsoft.netcore.app.crossgen2.$(NETCoreSdkRuntimeIdentifier)</RuntimeNETCrossgenPackageName>
13
</PropertyGroup>
14
15
<!-- Download the runtime package with the crossgen executable in it -->
0 commit comments