From 4137f4b2012e056089993adbff3d54e04e23ec77 Mon Sep 17 00:00:00 2001 From: Jimmy Lewis Date: Sun, 30 Nov 2025 10:52:35 -0800 Subject: [PATCH 1/2] Update CLI tool shim platforms - Added win-arm64 and osx-arm64 - Removed win-x86 I don't think x86 is supported anymore, according to https://github.com/dotnet/sdk/blob/f578225fe1fdd93db9efac273562b3709db9e8e9/src/Cli/dotnet/ShellShim/ShellShimTemplateFinder.cs#L27 --- src/libman/libman.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libman/libman.csproj b/src/libman/libman.csproj index c92616dc..0922560a 100644 --- a/src/libman/libman.csproj +++ b/src/libman/libman.csproj @@ -5,7 +5,7 @@ $(NetCoreTFM) Microsoft.Web.LibraryManager.Tools true - win-x64;win-x86;osx-x64 + win-x64;win-arm64;osx-x64;osx-arm64 True Microsoft.Web.LibraryManager.Cli Command line tool for Library Manager From 87a1214cceb2126aa7600e6fb8edbb6c62068a15 Mon Sep 17 00:00:00 2001 From: Jimmy Lewis Date: Sun, 30 Nov 2025 11:04:03 -0800 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48330394..85bf997c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Commit: TBD - Adds fileMappings support for filesystem provider - Fixes LIB016 error when using fileMappings - Fixes issue where restore-on-save in one project in VS removes files restored in a separate project +- Add ARM platform shims to CLI tool ## 3.0.71 Commit: 33c04f70a4f55f1cddbaddad60fc78a282b298d3