From 9a467d7b03d73d491ff0441a796b467cbc165f5d Mon Sep 17 00:00:00 2001 From: Michael Koster Date: Wed, 16 Oct 2024 11:27:49 +0200 Subject: [PATCH] bump VS to 17.11 (#55) --- .github/workflows/shared-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-build.yml b/.github/workflows/shared-build.yml index f2ff7b9..8aed31c 100644 --- a/.github/workflows/shared-build.yml +++ b/.github/workflows/shared-build.yml @@ -56,7 +56,7 @@ jobs: id: msbuild uses: microsoft/setup-msbuild@v2 with: - vs-version: '[17.2,17.11)' + vs-version: '[17.2,17.12)' msbuild-architecture: x64 # Build Solution: determine and apply the version for the assemblies and VSIX package