From 234a50ef7b6331148773f76d095191d11fd7ec16 Mon Sep 17 00:00:00 2001 From: Michael Koster Date: Sat, 22 Jun 2024 16:55:44 +0200 Subject: [PATCH] bump to vs17.10 --- .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 bd0783b..f2ff7b9 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.10)' + vs-version: '[17.2,17.11)' msbuild-architecture: x64 # Build Solution: determine and apply the version for the assemblies and VSIX package