From ed5582522d46142e255b9d4eacf8306fb88b7f3c Mon Sep 17 00:00:00 2001 From: Kyaw Thant Date: Fri, 19 Jul 2024 14:26:14 -0700 Subject: [PATCH 1/4] Enable CentralPackageManagement on Certain Projects --- Directory.Packages.props | 27 ------------------- .../unittests/MrtCoreManagedTest.csproj | 13 ++------- ...osoft.FrameworkUdk.PackageReference.csproj | 7 +---- 3 files changed, 3 insertions(+), 44 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index da74b62603..e69de29bb2 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/MrtCoreManagedTest.csproj b/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/MrtCoreManagedTest.csproj index a534854c19..ebca713954 100644 --- a/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/MrtCoreManagedTest.csproj +++ b/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/MrtCoreManagedTest.csproj @@ -21,11 +21,6 @@ false - - - false - - true NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS @@ -152,12 +147,8 @@ - - 6.2.10 - - - 13.0.2 - + + diff --git a/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj b/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj index 5de5f6f9c8..8401154f5b 100644 --- a/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj +++ b/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj @@ -10,12 +10,7 @@ Microsoft.FrameworkUdk.PackageReference - - - false - - - + From ba6fe5941d7a253f5136eb38df2b89df57ff70ec Mon Sep 17 00:00:00 2001 From: Kyaw Thant Date: Fri, 19 Jul 2024 14:29:38 -0700 Subject: [PATCH 2/4] bring this back --- Directory.Packages.props | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index e69de29bb2..007663ee1c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + From ba76e8ac24d9679a5192f8676ebe64fa3f298a94 Mon Sep 17 00:00:00 2001 From: Kyaw Thant Date: Fri, 19 Jul 2024 15:02:37 -0700 Subject: [PATCH 3/4] Fixes --- .../unittests/MrtCoreManagedTest.csproj | 2 +- .../Microsoft.FrameworkUdk.PackageReference.csproj | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/MrtCoreManagedTest.csproj b/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/MrtCoreManagedTest.csproj index ebca713954..af3e1b2b9f 100644 --- a/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/MrtCoreManagedTest.csproj +++ b/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/MrtCoreManagedTest.csproj @@ -148,7 +148,7 @@ - + diff --git a/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj b/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj index 8401154f5b..dda8cdb7af 100644 --- a/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj +++ b/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj @@ -11,6 +11,9 @@ - + + None + all + From b4acf8260c6f86980ea07a7a91cfb841f549ca68 Mon Sep 17 00:00:00 2001 From: Kyaw Thant Date: Fri, 19 Jul 2024 15:03:22 -0700 Subject: [PATCH 4/4] Just exclude assets --- .../Microsoft.FrameworkUdk.PackageReference.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj b/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj index dda8cdb7af..7632ad19ff 100644 --- a/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj +++ b/eng/PackageReference/FrameworkUdk/Microsoft.FrameworkUdk.PackageReference.csproj @@ -12,8 +12,7 @@ - None - all + all