From 85036f647fbab8db4a957a64ba171384f7662e01 Mon Sep 17 00:00:00 2001 From: Bryan Roth Date: Mon, 15 Dec 2025 08:55:21 -0500 Subject: [PATCH 1/2] Update Debugger to reference Neon.SDK "Development" branch on my fork. Previously this was tied to a specific problem fix branch I had. As It's likely I'll need to do more work in my fork to keep this operating for the foreseeable future, I'm moving to a "development" branch to track my work and keep it isolated from the downstream source. --- .github/workflows/ci-cd.yml | 2 +- RaspberryDebugger.sln | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 87fb3a7..d7e7303 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -60,7 +60,7 @@ jobs: with: repository: bakerhillpins/neonSDK path: './neonSDK' - ref: refs/heads/Fix_Issue#94 + ref: refs/heads/Development # Install the .NET Core workload - name: 🤖 Install .NET Core diff --git a/RaspberryDebugger.sln b/RaspberryDebugger.sln index a44e384..5320cf0 100644 --- a/RaspberryDebugger.sln +++ b/RaspberryDebugger.sln @@ -51,6 +51,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neon.Cryptography", "..\neo EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neon.SSH", "..\neonSDK\Lib\Neon.SSH\Neon.SSH.csproj", "{030C5DD8-990D-0DD3-2886-02CB01C171CB}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}" + ProjectSection(SolutionItems) = preProject + .github\workflows\ci-cd.yml = .github\workflows\ci-cd.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -84,6 +89,7 @@ Global GlobalSection(NestedProjects) = preSolution {642CFDE5-32E6-46EB-B79E-8E380CCE0237} = {5A14B2C0-0606-433A-AE9C-9E33C7B2BA27} {C7EA532F-BE47-4993-9599-66168340E980} = {21D869D2-B357-485A-89C0-6A18B8886432} + {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {177F60A0-B1B9-45D1-9CB1-8F06A6ED2AB5} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {52E13CDA-74D0-400C-83D8-417CC3C113D6} From e3c2bf9928f7d21f460c13b714555b7cbc4b777f Mon Sep 17 00:00:00 2001 From: Bryan Roth Date: Mon, 15 Dec 2025 08:55:35 -0500 Subject: [PATCH 2/2] Update Nuget packages --- RaspberryDebugger/RaspberryDebugger.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RaspberryDebugger/RaspberryDebugger.csproj b/RaspberryDebugger/RaspberryDebugger.csproj index 4884e59..d09803e 100644 --- a/RaspberryDebugger/RaspberryDebugger.csproj +++ b/RaspberryDebugger/RaspberryDebugger.csproj @@ -146,14 +146,14 @@ - + compile; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all - 13.0.3 + 13.0.4 2.9.1 - 8.5.2 + 8.6.5 - 2.21.10 + 2.22.23 - 2024.2.0 + 2025.1.0