diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7fd6eb1..e49b199 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x # run build and test - name: Restore dependencies diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index c7e8c83..9b316c4 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -17,7 +17,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