diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 375da6f..5639814 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.x' + dotnet-version: '8.x' - name: Install dependencies run: dotnet restore - name: Build