From b29d06cfdfad15202f41def35a4dee8d869a0056 Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Tue, 20 Jul 2021 10:36:08 -0700 Subject: [PATCH] Prepare for arcade changes that enable testing of meta-packages (#55976) --- .../workaroundDowngrade.targets | 6 ++++++ src/libraries/pkg/test/testPackages.proj | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 src/libraries/pkg/test/packageSettings/Microsoft.Windows.Compatibility/workaroundDowngrade.targets diff --git a/src/libraries/pkg/test/packageSettings/Microsoft.Windows.Compatibility/workaroundDowngrade.targets b/src/libraries/pkg/test/packageSettings/Microsoft.Windows.Compatibility/workaroundDowngrade.targets new file mode 100644 index 0000000000000..eed2ad859c39b --- /dev/null +++ b/src/libraries/pkg/test/packageSettings/Microsoft.Windows.Compatibility/workaroundDowngrade.targets @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/libraries/pkg/test/testPackages.proj b/src/libraries/pkg/test/testPackages.proj index 83ad6233b6432..e4080b6116eb2 100644 --- a/src/libraries/pkg/test/testPackages.proj +++ b/src/libraries/pkg/test/testPackages.proj @@ -33,6 +33,8 @@ + +