diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0ac65580..6a6836ef 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore working-directory: aspnetcore/