From ffd5871d052a76cbc457f2f4c755fa6bcd9b4cb5 Mon Sep 17 00:00:00 2001 From: Vitek Karas Date: Mon, 11 Oct 2021 01:16:06 -0700 Subject: [PATCH] Fix build of repro.csproj (#15) --- eng/Subsets.props | 1 + src/coreclr/tools/ILTrim/repro/repro.csproj | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Subsets.props b/eng/Subsets.props index 55ce5677d2f..0c7199cb8e8 100644 --- a/eng/Subsets.props +++ b/eng/Subsets.props @@ -289,6 +289,7 @@ + diff --git a/src/coreclr/tools/ILTrim/repro/repro.csproj b/src/coreclr/tools/ILTrim/repro/repro.csproj index 45d73ed02de..25667836f63 100644 --- a/src/coreclr/tools/ILTrim/repro/repro.csproj +++ b/src/coreclr/tools/ILTrim/repro/repro.csproj @@ -1,12 +1,11 @@ - net5.0 + $(NetCoreAppToolCurrent) Exe x64;x86 AnyCPU false false - linux-x64;win-x64;osx-x64 Debug;Release;Checked true