diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 52cd297908..0effab7547 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@master with: - dotnet-version: 6.0.100-rc.1.21458.32 + dotnet-version: 6.0.100-rc.2.21505.57 - name: Build All run: .\build-all.ps1 diff --git a/global.json b/global.json index 5eb4fe87e4..c2d131a051 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.100-rc.1.21458.32", + "version": "6.0.100-rc.2.21505.57", "rollForward": "latestFeature" } }