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