diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6019082d1..b08da7b11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-dotnet@v2 with: dotnet-version: | - 8.0.100-rc.2.23502.2 + 8.0.100 - run: dotnet --info diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ba7f7d2e7..5926119dd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: uses: actions/setup-dotnet@v2 with: dotnet-version: | - 8.0.100-rc.2.23502.2 + 8.0.100 - run: dotnet --info diff --git a/Directory.Build.targets b/Directory.Build.targets index 58ba7de15..f0d9f7d20 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -15,10 +15,10 @@ --> - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23480.1 - 7.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 7.0.3 diff --git a/global.json b/global.json index 3875a9bb3..a6d57a596 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "8.0.100-rc.2.23502.2", + "version": "8.0.100", "rollForward": "latestMajor", "allowPrerelease": true } -} \ No newline at end of file +}