From 6139c77b2f71e1869160da008b40489b54aae622 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:00:42 +0000 Subject: [PATCH 1/3] Initial plan From 6721e16928148eff5219460953adf13ae7617881 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:03:07 +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 | 20 ++++++++++++++++++ .../GitHubActionsTestLogger.Demo.Mtp.csproj | 6 +++--- ...GitHubActionsTestLogger.Demo.VsTest.csproj | 4 ++-- .../GitHubActionsTestLogger.Tests.csproj | 14 ++++++------- .../GitHubActionsTestLogger.csproj | 21 ++++++------------- 5 files changed, 38 insertions(+), 27 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..de8fe5c --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,20 @@ + + + true + + + + + + + + + + + + + + + + + diff --git a/GitHubActionsTestLogger.Demo.Mtp/GitHubActionsTestLogger.Demo.Mtp.csproj b/GitHubActionsTestLogger.Demo.Mtp/GitHubActionsTestLogger.Demo.Mtp.csproj index 7c96209..bedb947 100644 --- a/GitHubActionsTestLogger.Demo.Mtp/GitHubActionsTestLogger.Demo.Mtp.csproj +++ b/GitHubActionsTestLogger.Demo.Mtp/GitHubActionsTestLogger.Demo.Mtp.csproj @@ -14,9 +14,9 @@ - - - + + + diff --git a/GitHubActionsTestLogger.Demo.VsTest/GitHubActionsTestLogger.Demo.VsTest.csproj b/GitHubActionsTestLogger.Demo.VsTest/GitHubActionsTestLogger.Demo.VsTest.csproj index 917a280..723f310 100644 --- a/GitHubActionsTestLogger.Demo.VsTest/GitHubActionsTestLogger.Demo.VsTest.csproj +++ b/GitHubActionsTestLogger.Demo.VsTest/GitHubActionsTestLogger.Demo.VsTest.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/GitHubActionsTestLogger.Tests/GitHubActionsTestLogger.Tests.csproj b/GitHubActionsTestLogger.Tests/GitHubActionsTestLogger.Tests.csproj index cd5bac6..b268a07 100644 --- a/GitHubActionsTestLogger.Tests/GitHubActionsTestLogger.Tests.csproj +++ b/GitHubActionsTestLogger.Tests/GitHubActionsTestLogger.Tests.csproj @@ -8,13 +8,13 @@ - - - - - - - + + + + + + + diff --git a/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj b/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj index f347001..f7e7a74 100644 --- a/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj +++ b/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj @@ -23,20 +23,11 @@ - - - - - - + + + + + + From af937be3e99e31674f0cf10170126a610e3860ef 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:38 +0000 Subject: [PATCH 3/3] chore: add Directory.Packages.props to solution file Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- GitHubActionsTestLogger.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/GitHubActionsTestLogger.sln b/GitHubActionsTestLogger.sln index 96ecfdf..1206455 100644 --- a/GitHubActionsTestLogger.sln +++ b/GitHubActionsTestLogger.sln @@ -7,6 +7,7 @@ ProjectSection(SolutionItems) = preProject 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