From 719482a555bb4e7d98e06b95a2c47e8c64b3cce6 Mon Sep 17 00:00:00 2001 From: Standley Gury Date: Fri, 27 Feb 2026 00:25:49 +0800 Subject: [PATCH 1/2] Migrate to centralized NuGet package management (CPM) --- Directory.Packages.props | 32 +++++++++++++++++++ .../YoutubeExplode.Converter.Tests.csproj | 16 +++++----- .../YoutubeExplode.Converter.csproj | 8 ++--- .../YoutubeExplode.Demo.Cli.csproj | 2 +- .../YoutubeExplode.Demo.Gui.csproj | 20 +++++------- .../YoutubeExplode.Tests.csproj | 16 +++++----- YoutubeExplode/YoutubeExplode.csproj | 16 ++++------ 7 files changed, 68 insertions(+), 42 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 00000000..b509ec73 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,32 @@ + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/YoutubeExplode.Converter.Tests/YoutubeExplode.Converter.Tests.csproj b/YoutubeExplode.Converter.Tests/YoutubeExplode.Converter.Tests.csproj index 23bb40f5..90caee2b 100644 --- a/YoutubeExplode.Converter.Tests/YoutubeExplode.Converter.Tests.csproj +++ b/YoutubeExplode.Converter.Tests/YoutubeExplode.Converter.Tests.csproj @@ -8,14 +8,14 @@ - - - - - - - - + + + + + + + + diff --git a/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj b/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj index a667672c..c0070d6e 100644 --- a/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj +++ b/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj @@ -24,10 +24,10 @@ - - - - + + + + diff --git a/YoutubeExplode.Demo.Cli/YoutubeExplode.Demo.Cli.csproj b/YoutubeExplode.Demo.Cli/YoutubeExplode.Demo.Cli.csproj index 04ef3d42..afda634e 100644 --- a/YoutubeExplode.Demo.Cli/YoutubeExplode.Demo.Cli.csproj +++ b/YoutubeExplode.Demo.Cli/YoutubeExplode.Demo.Cli.csproj @@ -6,7 +6,7 @@ - + diff --git a/YoutubeExplode.Demo.Gui/YoutubeExplode.Demo.Gui.csproj b/YoutubeExplode.Demo.Gui/YoutubeExplode.Demo.Gui.csproj index 971d9a63..6e1e7abf 100644 --- a/YoutubeExplode.Demo.Gui/YoutubeExplode.Demo.Gui.csproj +++ b/YoutubeExplode.Demo.Gui/YoutubeExplode.Demo.Gui.csproj @@ -11,18 +11,14 @@ - - - - - - - - + + + + + + + + diff --git a/YoutubeExplode.Tests/YoutubeExplode.Tests.csproj b/YoutubeExplode.Tests/YoutubeExplode.Tests.csproj index 401f8b7c..ec2900ea 100644 --- a/YoutubeExplode.Tests/YoutubeExplode.Tests.csproj +++ b/YoutubeExplode.Tests/YoutubeExplode.Tests.csproj @@ -11,14 +11,14 @@ - - - - - - - - + + + + + + + + diff --git a/YoutubeExplode/YoutubeExplode.csproj b/YoutubeExplode/YoutubeExplode.csproj index 9a4e0c17..2189e5ca 100644 --- a/YoutubeExplode/YoutubeExplode.csproj +++ b/YoutubeExplode/YoutubeExplode.csproj @@ -22,28 +22,26 @@ - - - - + + + + - - + + From 7216b65926eb527df767621b90abbe68a7a214fc Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:07:47 +0200 Subject: [PATCH 2/2] Apply suggestion from @Tyrrrz --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index b509ec73..a0ff6fb9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,8 +1,8 @@ - true +