From 3d88d1a19d6b5133a7c1b8b0f53585fec17f7e3d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:29:59 +0000 Subject: [PATCH 1/4] Initial plan From 96a0bf91779aa54ae97527e801977104e5fb1850 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:32:32 +0000 Subject: [PATCH 2/4] chore: migrate to Centralized NuGet Package Management (CPM) Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- Directory.Packages.props | 22 ++++++++++++++++++++++ Gress.Demo/Gress.Demo.csproj | 13 ++++++------- Gress.Tests/Gress.Tests.csproj | 14 +++++++------- Gress.sln | 1 + Gress/Gress.csproj | 6 +++--- 5 files changed, 39 insertions(+), 17 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..1f9769f --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,22 @@ + + + true + + + + + + + + + + + + + + + + + + + diff --git a/Gress.Demo/Gress.Demo.csproj b/Gress.Demo/Gress.Demo.csproj index 65b281f..e82568b 100644 --- a/Gress.Demo/Gress.Demo.csproj +++ b/Gress.Demo/Gress.Demo.csproj @@ -9,17 +9,16 @@ - - - - + + + + - - + + diff --git a/Gress.Tests/Gress.Tests.csproj b/Gress.Tests/Gress.Tests.csproj index 1784832..e5cb80d 100644 --- a/Gress.Tests/Gress.Tests.csproj +++ b/Gress.Tests/Gress.Tests.csproj @@ -6,13 +6,13 @@ - - - - - - - + + + + + + + diff --git a/Gress.sln b/Gress.sln index 8f49dcd..f2840ab 100644 --- a/Gress.sln +++ b/Gress.sln @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{F26213DC-B License.txt = License.txt Readme.md = Readme.md Directory.Build.props = Directory.Build.props + Directory.Packages.props = Directory.Packages.props global.json = global.json NuGet.config = NuGet.config EndProjectSection diff --git a/Gress/Gress.csproj b/Gress/Gress.csproj index f59aac5..246f388 100644 --- a/Gress/Gress.csproj +++ b/Gress/Gress.csproj @@ -19,8 +19,8 @@ - - - + + + From 6bbbbf22b2ebfed1d71ebf8c4f9b1fd0faf338e5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:37:48 +0000 Subject: [PATCH 3/4] chore: fix formatting in Directory.Packages.props Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- Directory.Packages.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index 1f9769f..c7c4ca9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,7 +1,9 @@ + true + @@ -19,4 +21,5 @@ + From 1302ea4a2efe0085dd1f9fb27a6376a3d154b699 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:40:28 +0000 Subject: [PATCH 4/4] chore: collapse multi-line PackageReference to single line after removing Version Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- Gress.Demo/Gress.Demo.csproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gress.Demo/Gress.Demo.csproj b/Gress.Demo/Gress.Demo.csproj index e82568b..ed2dc3a 100644 --- a/Gress.Demo/Gress.Demo.csproj +++ b/Gress.Demo/Gress.Demo.csproj @@ -13,10 +13,7 @@ - +