Skip to content

Commit 2ec9b2e

Browse files
author
John Luo
committed
Use the correct crossgen
1 parent 05f58bb commit 2ec9b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
104104
<CrossgenToolPackagePath>$(CrossgenToolFileName)</CrossgenToolPackagePath>
105105
<!-- Disambiguated RID-specific crossgen executable relative path -->
106106
<CrossgenToolPackagePath Condition=" '$(TargetRuntimeIdentifier)' == 'linux-arm' ">x64_arm\$(CrossgenToolPackagePath)</CrossgenToolPackagePath>
107-
<CrossgenToolPackagePath Condition=" '$(TargetRuntimeIdentifier)' == 'linux-arm64' OR '$(TargetRuntimeIdentifier)' == 'linux-musl-arm64' ">x64_arm64\$(CrossgenToolPackagePath)</CrossgenToolPackagePath>
107+
<CrossgenToolPackagePath Condition=" '$(TargetRuntimeIdentifier)' == 'win-arm64' OR '$(TargetRuntimeIdentifier)' == 'linux-arm64' OR '$(TargetRuntimeIdentifier)' == 'linux-musl-arm64' ">x64_arm64\$(CrossgenToolPackagePath)</CrossgenToolPackagePath>
108108
<CrossgenToolPackagePath Condition=" '$(TargetRuntimeIdentifier)' == 'win-arm' ">x86_arm\$(CrossgenToolPackagePath)</CrossgenToolPackagePath>
109109

110110
<RuntimePackageRoot>$([System.IO.Path]::Combine('$(NuGetPackageRoot)', 'microsoft.netcore.app.runtime.$(RuntimeIdentifier)', '$(MicrosoftNETCoreAppRuntimeVersion)'))</RuntimePackageRoot>
@@ -492,7 +492,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
492492
</Target>
493493

494494
<Target Name="IncludeVersionFile"
495-
DependsOnTargets="GenerateSharedFxVersionsFiles"
495+
DependsOnTargets="GenerateSharedFxVersionsFiles"
496496
BeforeTargets="_GetPackageFiles">
497497

498498
<ItemGroup>

0 commit comments

Comments
 (0)