diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0eaa25c..63b3fc9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,9 @@ jobs: with: dotnet-version: | 6.x + 7.x + 8.x + global-json-file: ./src/global.json - name: Cache NuGet Packages uses: actions/cache@v3 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5666cb7..467b280 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,6 +24,9 @@ jobs: with: dotnet-version: | 6.x + 7.x + 8.x + global-json-file: ./src/global.json - name: Cache NuGet Packages uses: actions/cache@v3 with: diff --git a/src/global.json b/src/global.json index dad2db5..2ddda36 100644 --- a/src/global.json +++ b/src/global.json @@ -1,7 +1,7 @@ { "sdk": { "version": "8.0.0", - "rollForward": "latestMajor", - "allowPrerelease": true + "rollForward": "latestMinor", + "allowPrerelease": false } } \ No newline at end of file