diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 6f9e9978..ef735787 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -29,7 +29,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Clean artifacts and nugets run: dotnet clean --configuration Release && dotnet nuget locals all --clear - name: Build with dotnet