diff --git a/eng/liveILLink.targets b/eng/liveILLink.targets index f18b89622982d..6b45e00a49d5e 100644 --- a/eng/liveILLink.targets +++ b/eng/liveILLink.targets @@ -30,11 +30,13 @@ + + SetConfiguration="Configuration=$(ToolsConfiguration)" + GlobalPropertiesToRemove="TargetArchitecture;TargetOS" > TargetFramework=$(NetCoreAppToolCurrent) TargetFramework=$(NetFrameworkToolCurrent) diff --git a/src/coreclr/Directory.Build.props b/src/coreclr/Directory.Build.props index 233bfbeacebf0..2f86002cccf44 100644 --- a/src/coreclr/Directory.Build.props +++ b/src/coreclr/Directory.Build.props @@ -1,6 +1,6 @@ - true + true $(__BuildType) diff --git a/src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj b/src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj index 28aa33b5afe73..763d6bfbc27bf 100644 --- a/src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj +++ b/src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj @@ -1,4 +1,8 @@ - + + + AnyCPU + + Library ILCompiler.DependencyAnalysisFramework @@ -8,6 +12,10 @@ x64;x86 AnyCPU false + + <_RequiresLiveILLink>false + + true