From e831e318a0c605487a65f2f64ce3def5bec77e13 Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Fri, 17 Sep 2021 11:46:12 -0700 Subject: [PATCH 1/5] update xunit version Conflicts: eng/Versions.props --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index d50494e2ad114..5c5649aec5656 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -157,7 +157,7 @@ 1.0.0-prerelease.21404.1 1.0.0-prerelease.21404.1 1.0.2-alpha.0.21413.1 - 2.4.1 + 2.4.2-pre.9 2.4.2 1.3.0 12.0.3 From 6e0044030b9c63674da63b3413595f66ca4fc116 Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Tue, 21 Sep 2021 10:04:40 -0700 Subject: [PATCH 2/5] Fix net461 issue --- .../Common/tests/TestUtilities/TestUtilities.csproj | 2 ++ src/libraries/Directory.Build.targets | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj index adf4da79ea931..09323e2898d05 100644 --- a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj +++ b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj @@ -93,6 +93,8 @@ + + diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index a1e5b08838bbf..cc7c52b050f66 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -135,6 +135,11 @@ + + + + + From 7f5e92f558a481dbc10647828859974390fa6a02 Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Tue, 21 Sep 2021 11:06:21 -0700 Subject: [PATCH 3/5] Apply PR feedback --- eng/testing/xunit/xunit.targets | 4 +--- .../Common/tests/TestUtilities/TestUtilities.csproj | 8 ++++---- src/libraries/Directory.Build.targets | 5 ----- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/eng/testing/xunit/xunit.targets b/eng/testing/xunit/xunit.targets index 8a950eb58ef38..8d4aa64986e4d 100644 --- a/eng/testing/xunit/xunit.targets +++ b/eng/testing/xunit/xunit.targets @@ -1,9 +1,7 @@ - + diff --git a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj index 09323e2898d05..4fa300717aee4 100644 --- a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj +++ b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj @@ -87,15 +87,15 @@ - - - - + + + + diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index cc7c52b050f66..a1e5b08838bbf 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -135,11 +135,6 @@ - - - - - From 6ac629c4f40099af18b4ff49f8fa597eea06ab72 Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Tue, 21 Sep 2021 11:11:34 -0700 Subject: [PATCH 4/5] Update src/libraries/Common/tests/TestUtilities/TestUtilities.csproj Co-authored-by: Viktor Hofer --- src/libraries/Common/tests/TestUtilities/TestUtilities.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj index 4fa300717aee4..a834366321488 100644 --- a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj +++ b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj @@ -94,7 +94,7 @@ - + From 66251b4b43a420f1936074f54ef9c82d0d2d03d4 Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Tue, 21 Sep 2021 14:52:10 -0700 Subject: [PATCH 5/5] Move PackageReference --- .../Common/tests/TestUtilities/TestUtilities.csproj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj index a834366321488..8400cd7e721e6 100644 --- a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj +++ b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj @@ -83,6 +83,8 @@ + + @@ -94,8 +96,4 @@ - - - -