From 2ec9b2e5d16a6e2b31953ea8e46bac4f5ba3e4a5 Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 28 Apr 2020 17:23:53 -0700 Subject: [PATCH] Use the correct crossgen --- src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj index d6a90fc286..72d99ee575 100644 --- a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -104,7 +104,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant $(CrossgenToolFileName) x64_arm\$(CrossgenToolPackagePath) - x64_arm64\$(CrossgenToolPackagePath) + x64_arm64\$(CrossgenToolPackagePath) x86_arm\$(CrossgenToolPackagePath) $([System.IO.Path]::Combine('$(NuGetPackageRoot)', 'microsoft.netcore.app.runtime.$(RuntimeIdentifier)', '$(MicrosoftNETCoreAppRuntimeVersion)')) @@ -492,7 +492,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant