diff --git a/src/Framework/src/Microsoft.AspNetCore.App.shfxproj b/src/Framework/src/Microsoft.AspNetCore.App.shfxproj index 7c6c9455a3..9be08d7d7b 100644 --- a/src/Framework/src/Microsoft.AspNetCore.App.shfxproj +++ b/src/Framework/src/Microsoft.AspNetCore.App.shfxproj @@ -19,8 +19,6 @@ true - - false false diff --git a/src/Framework/src/SharedFx.targets b/src/Framework/src/SharedFx.targets index 7efa45bc77..17c1ddc1b2 100644 --- a/src/Framework/src/SharedFx.targets +++ b/src/Framework/src/SharedFx.targets @@ -85,6 +85,15 @@ This targets file should only be imported by .shfxproj files. $(OutputPath)lib\$(TargetFramework)\ $(IntermediateOutputPath)crossgen\ + + crossgen + $(CrossGenExecutable).exe + + $(CrossGenExecutable) + + x64_arm\$(CrossGenTool) + x64_arm64\$(CrossGenTool) + x86_arm\$(CrossGenTool) $(BaseSharedFrameworkName) @@ -216,8 +225,6 @@ This targets file should only be imported by .shfxproj files. Microsoft.NETCore.App - crossgen - $(CrossGenTool).exe @@ -239,7 +246,8 @@ This targets file should only be imported by .shfxproj files. - + + @@ -292,7 +300,7 @@ This targets file should only be imported by .shfxproj files. SourceFiles="%(AssembliesToCrossgen.Source)" DestinationFiles="%(AssembliesToCrossgen.Destination)" /> @@ -319,7 +327,7 @@ This targets file should only be imported by .shfxproj files. -