From 60ef92a99bd8a70eef8129a93c919049bf164c9b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 31 Jan 2026 20:14:05 +0000 Subject: [PATCH 1/2] Initial plan From 6c3b762062cc3d8f7a669695f02539783bb0f7b6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 31 Jan 2026 20:19:28 +0000 Subject: [PATCH 2/2] Fix file not found errors by upgrading to .NET 8.0 and configuring Azure runtime Co-authored-by: benCoomes <14079296+benCoomes@users.noreply.github.com> --- Api/Api.csproj | 6 +++--- CosmosStorage/CosmosStorage.csproj | 2 +- CosmosStorageTest/CosmosStorageTest.csproj | 10 +++++----- StravaApi/StravaApi.csproj | 8 ++++---- StravaApiTest/StravaApiTest.csproj | 12 ++++++------ Tools/ActivityDownloader/ActivityDownloader.csproj | 2 +- UnitTest/UnitTest.csproj | 14 +++++++------- Website/staticwebapp.config.json | 3 +++ 8 files changed, 30 insertions(+), 27 deletions(-) diff --git a/Api/Api.csproj b/Api/Api.csproj index 588f42f..aaceefa 100644 --- a/Api/Api.csproj +++ b/Api/Api.csproj @@ -1,12 +1,12 @@ - netstandard2.0 + net8.0 - - + + diff --git a/CosmosStorage/CosmosStorage.csproj b/CosmosStorage/CosmosStorage.csproj index e3d04ea..e438bcc 100644 --- a/CosmosStorage/CosmosStorage.csproj +++ b/CosmosStorage/CosmosStorage.csproj @@ -9,7 +9,7 @@ - netstandard2.0 + net8.0 diff --git a/CosmosStorageTest/CosmosStorageTest.csproj b/CosmosStorageTest/CosmosStorageTest.csproj index 72fd797..b0f6664 100644 --- a/CosmosStorageTest/CosmosStorageTest.csproj +++ b/CosmosStorageTest/CosmosStorageTest.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/StravaApi/StravaApi.csproj b/StravaApi/StravaApi.csproj index 94bad0d..c7a26db 100644 --- a/StravaApi/StravaApi.csproj +++ b/StravaApi/StravaApi.csproj @@ -5,13 +5,13 @@ - - - + + + - netstandard2.1 + net8.0 diff --git a/StravaApiTest/StravaApiTest.csproj b/StravaApiTest/StravaApiTest.csproj index d748df4..35a8931 100644 --- a/StravaApiTest/StravaApiTest.csproj +++ b/StravaApiTest/StravaApiTest.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + diff --git a/Tools/ActivityDownloader/ActivityDownloader.csproj b/Tools/ActivityDownloader/ActivityDownloader.csproj index bf3f59c..10d929c 100644 --- a/Tools/ActivityDownloader/ActivityDownloader.csproj +++ b/Tools/ActivityDownloader/ActivityDownloader.csproj @@ -7,7 +7,7 @@ Exe - netcoreapp3.1 + net8.0 diff --git a/UnitTest/UnitTest.csproj b/UnitTest/UnitTest.csproj index 782edb0..c3a6113 100644 --- a/UnitTest/UnitTest.csproj +++ b/UnitTest/UnitTest.csproj @@ -7,13 +7,13 @@ - - - - - - - + + + + + + + diff --git a/Website/staticwebapp.config.json b/Website/staticwebapp.config.json index 353bd5d..cd7b592 100644 --- a/Website/staticwebapp.config.json +++ b/Website/staticwebapp.config.json @@ -1,4 +1,7 @@ { + "platform": { + "apiRuntime": "dotnet:8.0" + }, "routes": [ { "route": "/auth",