diff --git a/.github/workflows/dotnet_build.yml b/.github/workflows/dotnet_build.yml index 327b005c..3cdf8f0b 100644 --- a/.github/workflows/dotnet_build.yml +++ b/.github/workflows/dotnet_build.yml @@ -26,7 +26,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Build