From a94a4ea936ff6dd631bd7fbb40d71ea6bcab6bfc Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Wed, 1 Apr 2020 15:40:40 +0300 Subject: [PATCH] Build managed part of crossgen2 as platform independent (AnyCPU) --- .../ILCompiler.DependencyAnalysisFramework.csproj | 1 + .../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 6522aa654bdbbb..5293d4d99ee2f4 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