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