From 26bb2472edbf219d1de40d51567929616bac2a7c Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Tue, 1 Oct 2024 01:18:25 +0200 Subject: [PATCH] update dotnet sdk to 8.0.402 --- .github/workflows/mkdocs.yml | 5 +++++ global.json | 2 +- src/GitVersion.sln.DotSettings | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 83550f71b6..9182452b60 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -20,6 +20,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + name: Setup .NET SDK + uses: actions/setup-dotnet@v4 + with: + global-json-file: global.json - name: Run MarkdownSnippets run: | diff --git a/global.json b/global.json index f615276dd3..d0ef4f8df2 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ "src" ], "sdk": { - "version": "8.0.401" + "version": "8.0.402" } } diff --git a/src/GitVersion.sln.DotSettings b/src/GitVersion.sln.DotSettings index a57b7e3685..9d9eae6664 100644 --- a/src/GitVersion.sln.DotSettings +++ b/src/GitVersion.sln.DotSettings @@ -696,6 +696,7 @@ II.2.12 <HandlesEvent /> True True True + True True True True