From b5d044dcbac94790809a1b69a5f161c639c7dc11 Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Thu, 2 Apr 2020 00:33:32 +0300 Subject: [PATCH] Build managed part of crossgen2 as platform independent (AnyCPU) (#33041) --- .../ILCompiler.DependencyAnalysisFramework.csproj | 1 + .../tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj | 1 + .../ILCompiler.Reflection.ReadyToRun.csproj | 1 + .../ILCompiler.TypeSystem.ReadyToRun.csproj | 1 + src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj | 1 + 5 files changed, 5 insertions(+) diff --git a/src/coreclr/src/tools/crossgen2/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj b/src/coreclr/src/tools/crossgen2/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj index 6522aa6..5293d4d 100644 --- a/src/coreclr/src/tools/crossgen2/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj +++ b/src/coreclr/src/tools/crossgen2/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj @@ -6,6 +6,7 @@ netstandard1.3 false x64;x86 + AnyCPU false