From 7d163251e082d2f9b7a715ec487affbae97189bb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:54:40 +0000 Subject: [PATCH 1/3] Initial plan From 52a39afbd65b52d98e13a396cd9cf83e6099ffea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:00:03 +0000 Subject: [PATCH 2/3] Upgrade to .NET 10 Co-authored-by: geofflamrock <2915931+geofflamrock@users.noreply.github.com> --- .github/workflows/build-and-test.yaml | 4 ++-- .github/workflows/copilot-setup-steps.yml | 4 ++-- src/Stack.Tests/Stack.Tests.csproj | 2 +- src/Stack/Stack.csproj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 8b1beafa..a1eca173 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -74,7 +74,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore @@ -140,7 +140,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Publish run: dotnet publish src/Stack/Stack.csproj -c Release -r ${{ matrix.runtime-id }} -p:Version=${{ needs.version.outputs.version }} -p:DebugType=None -p:DebugSymbols=false -o ${{ github.workspace }}/publish diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index bb2245d4..57d8fb9d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - - name: Setup .NET 9 + - name: Setup .NET 10 uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: Restore .NET dependencies run: dotnet restore diff --git a/src/Stack.Tests/Stack.Tests.csproj b/src/Stack.Tests/Stack.Tests.csproj index fbae2f84..4e290d72 100644 --- a/src/Stack.Tests/Stack.Tests.csproj +++ b/src/Stack.Tests/Stack.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable false diff --git a/src/Stack/Stack.csproj b/src/Stack/Stack.csproj index b3b44580..2aa7da13 100644 --- a/src/Stack/Stack.csproj +++ b/src/Stack/Stack.csproj @@ -3,7 +3,7 @@ Exe stack - net9.0 + net10.0 enable enable true From c288109e4756fca9f0154836674f1a78b201347b Mon Sep 17 00:00:00 2001 From: Geoff Lamrock Date: Sat, 22 Nov 2025 16:11:14 +1100 Subject: [PATCH 3/3] Update microsoft extension packages to 10.0.0 --- src/Stack/Stack.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Stack/Stack.csproj b/src/Stack/Stack.csproj index 2aa7da13..4e635d00 100644 --- a/src/Stack/Stack.csproj +++ b/src/Stack/Stack.csproj @@ -14,8 +14,8 @@ - - + +