From 5842200e71967eb9cb877f4721b9c405b7c324f0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 31 Jan 2026 19:37:34 +0000 Subject: [PATCH 1/2] Initial plan From bbe5c013a8bfba0da820968a0e55f6eeaba435a0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 31 Jan 2026 19:40:09 +0000 Subject: [PATCH 2/2] Update to .NET 8 from .NET 6 Co-authored-by: benCoomes <14079296+benCoomes@users.noreply.github.com> --- .github/workflows/equipper-test.yml | 4 ++-- CosmosStorageTest/CosmosStorageTest.csproj | 2 +- FunctionApp/FunctionApp.csproj | 2 +- StravaApiTest/StravaApiTest.csproj | 2 +- UnitTest/UnitTest.csproj | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/equipper-test.yml b/.github/workflows/equipper-test.yml index 4a0879f..7cac8dd 100644 --- a/.github/workflows/equipper-test.yml +++ b/.github/workflows/equipper-test.yml @@ -16,10 +16,10 @@ jobs: with: submodules: true - uses: southpolesteve/cosmos-emulator-github-action@v1 - - name: Setup .NET 6.0.x + - name: Setup .NET 8.0.x uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Install Dependencies run: dotnet restore - name: Build diff --git a/CosmosStorageTest/CosmosStorageTest.csproj b/CosmosStorageTest/CosmosStorageTest.csproj index 1de4ec4..72fd797 100644 --- a/CosmosStorageTest/CosmosStorageTest.csproj +++ b/CosmosStorageTest/CosmosStorageTest.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false diff --git a/FunctionApp/FunctionApp.csproj b/FunctionApp/FunctionApp.csproj index 1da880f..49ed59e 100644 --- a/FunctionApp/FunctionApp.csproj +++ b/FunctionApp/FunctionApp.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 v4 diff --git a/StravaApiTest/StravaApiTest.csproj b/StravaApiTest/StravaApiTest.csproj index 826af36..d748df4 100644 --- a/StravaApiTest/StravaApiTest.csproj +++ b/StravaApiTest/StravaApiTest.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false diff --git a/UnitTest/UnitTest.csproj b/UnitTest/UnitTest.csproj index ca33181..782edb0 100644 --- a/UnitTest/UnitTest.csproj +++ b/UnitTest/UnitTest.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false