From 97e1133db6e86d4f89e112d64ebeecbd440d6b7e Mon Sep 17 00:00:00 2001 From: David Wrighton Date: Mon, 19 Apr 2021 16:58:00 -0700 Subject: [PATCH] Use correct bits to compile take #3 --- .../App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj index 41793f29ba66..9b83ca9c5bb3 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -112,14 +112,14 @@ This package is an internal implementation of the .NET Core SDK and is not meant PkgMicrosoft_NETCore_App_Runtime_$(RuntimeIdentifier) $(TargetOsName) - linux + + linux PkgMicrosoft_NETCore_App_Crossgen2_$(BuildOsName)-$(BuildArchitecture) $(AssetTargetFallback);native,Version=0.0 $(TargetArchitecture) Win32 - @@ -474,7 +474,6 @@ This package is an internal implementation of the .NET Core SDK and is not meant Command=""$(CrossgenToolPath)" $(Crossgen2Args) -o:"$(TargetDir)%(FileName)%(Extension)" "%(IntermediateCrossgenAssembly.Identity)"" IgnoreStandardErrorWarningFormat="true" StandardOutputImportance="High" /> -