From b1992f8bdc9c77a0bb63702ca9d534f033f71c43 Mon Sep 17 00:00:00 2001 From: Craig Treasure Date: Sat, 20 Jul 2024 15:03:17 -0700 Subject: [PATCH 1/2] chore: Update Microsoft.VisualStudio.SDK and Microsoft.VSSDK.BuildTools versions --- src/AddAnyFile.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AddAnyFile.csproj b/src/AddAnyFile.csproj index 597d8a7..eebe729 100644 --- a/src/AddAnyFile.csproj +++ b/src/AddAnyFile.csproj @@ -193,11 +193,11 @@ - 17.0.0-previews-4-31709-430 + 17.10.40171 compile; build; native; contentfiles; analyzers; buildtransitive - 17.0.4207-preview4 + 17.11.414 runtime; build; native; contentfiles; analyzers; buildtransitive all From 730121e3431cdb462761189728626f87eb4c02b8 Mon Sep 17 00:00:00 2001 From: Craig Treasure Date: Sat, 20 Jul 2024 15:03:42 -0700 Subject: [PATCH 2/2] chore: Add arm64 architecture support to the extension manifest --- src/source.extension.vsixmanifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest index a8934dd..b11efad 100644 --- a/src/source.extension.vsixmanifest +++ b/src/source.extension.vsixmanifest @@ -14,6 +14,9 @@ amd64 + + arm64 +