From 6c7b8e3bebc73737b644a51f479baa2cea1f714a Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Tue, 14 Nov 2023 15:06:40 +0100 Subject: [PATCH 1/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3fc4b3777cd1f554f864a08f021ec151e0082852 Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Tue, 14 Nov 2023 16:28:30 +0100 Subject: [PATCH 2/4] Update global.json --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} From c602a01b22fbe3ca4cb6f3bfba403bcaacde87bf Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Tue, 14 Nov 2023 16:29:00 +0100 Subject: [PATCH 3/4] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 4ccb51ab966c1d37606022eb2522a2747fe747c0 Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Tue, 14 Nov 2023 16:29:32 +0100 Subject: [PATCH 4/4] Update Directory.Build.targets --- Directory.Build.targets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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