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 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