diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 89a853f..a0f3d2b 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -7,7 +7,7 @@ on: branches: [main] env: - DOTNET_VERSION: "7.0.x" + DOTNET_VERSION: "8.0.x" DOTNET_NOLOGO: true NODE_VERSION: "18"