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",