diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03c7803..6904cd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: '6.0.x' - include-prerelease: true + include-prerelease: false - name: install-tools run: | dotnet tool install --global Arbor.Tooler.GlobalTool diff --git a/global.json b/global.json index d8a9cad..2ade5ca 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "6.0.100-rc.2.21505.57", + "version": "6.0.100", "rollForward": "latestFeature", - "allowPrerelease": true + "allowPrerelease": false } } \ No newline at end of file diff --git a/version.json b/version.json index 6d1e214..9e590c3 100644 --- a/version.json +++ b/version.json @@ -7,7 +7,7 @@ }, { "key": "minor", - "value": 3 + "value": 4 }, { "key": "patch",