From 6e4fa1bb684abcc2058ea36608e10c74b65fec0d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:46:25 +0000 Subject: [PATCH 1/3] Initial plan From 7552128c7865be186cb375381c5ca65ab3290d86 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:48:26 +0000 Subject: [PATCH 2/3] chore: migrate to Centralized NuGet Package Management (CPM) Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- Directory.Packages.props | 26 +++++++++++++++++++ .../LightBulb.Core.Tests.csproj | 14 +++++----- LightBulb.Core/LightBulb.Core.csproj | 4 +-- .../LightBulb.PlatformInterop.csproj | 2 +- LightBulb/LightBulb.csproj | 23 ++++++++-------- 5 files changed, 47 insertions(+), 22 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 00000000..01a328e1 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,26 @@ + + + true + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj b/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj index ea835201..9b77dd61 100644 --- a/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj +++ b/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj @@ -7,13 +7,13 @@ - - - - - - - + + + + + + + diff --git a/LightBulb.Core/LightBulb.Core.csproj b/LightBulb.Core/LightBulb.Core.csproj index 8c0fc0fa..01ef6e4e 100644 --- a/LightBulb.Core/LightBulb.Core.csproj +++ b/LightBulb.Core/LightBulb.Core.csproj @@ -1,6 +1,6 @@ - - + + diff --git a/LightBulb.PlatformInterop/LightBulb.PlatformInterop.csproj b/LightBulb.PlatformInterop/LightBulb.PlatformInterop.csproj index d269c600..fc7415f3 100644 --- a/LightBulb.PlatformInterop/LightBulb.PlatformInterop.csproj +++ b/LightBulb.PlatformInterop/LightBulb.PlatformInterop.csproj @@ -1,5 +1,5 @@ - + diff --git a/LightBulb/LightBulb.csproj b/LightBulb/LightBulb.csproj index f77c747b..5d9fa9e1 100644 --- a/LightBulb/LightBulb.csproj +++ b/LightBulb/LightBulb.csproj @@ -14,21 +14,20 @@ - - + + - - - - - - - - - + + + + + + + + + From b35b83a8dc4415b0f707e89f7751688ec25fd690 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:08:37 +0000 Subject: [PATCH 3/3] fix: add Directory.Packages.props to sln and fix CSharpier formatting Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- LightBulb.sln | 1 + LightBulb/LightBulb.csproj | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/LightBulb.sln b/LightBulb.sln index bca582df..edeea8d8 100644 --- a/LightBulb.sln +++ b/LightBulb.sln @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{BE19AEAD-0 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/LightBulb/LightBulb.csproj b/LightBulb/LightBulb.csproj index 5d9fa9e1..3e450327 100644 --- a/LightBulb/LightBulb.csproj +++ b/LightBulb/LightBulb.csproj @@ -16,10 +16,7 @@ - +