From 8bf730baaea69bdb4d5d5f606b13d4f00afb27e8 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Mon, 17 Aug 2020 20:17:16 +0200 Subject: [PATCH] Remove 'AnyCPU' build configuration (#5999) --- .../Microsoft.PowerToys.Settings.UI.Lib.csproj | 2 +- .../Microsoft.PowerToys.Settings.UI.UnitTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI.Lib/Microsoft.PowerToys.Settings.UI.Lib.csproj b/src/core/Microsoft.PowerToys.Settings.UI.Lib/Microsoft.PowerToys.Settings.UI.Lib.csproj index dcee9af708..e6c62395d3 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI.Lib/Microsoft.PowerToys.Settings.UI.Lib.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI.Lib/Microsoft.PowerToys.Settings.UI.Lib.csproj @@ -4,7 +4,7 @@ netstandard2.0 - AnyCPU;x64 + x64 $(Version).0 Microsoft Corporation PowerToys diff --git a/src/core/Microsoft.PowerToys.Settings.UI.UnitTests/Microsoft.PowerToys.Settings.UI.UnitTests.csproj b/src/core/Microsoft.PowerToys.Settings.UI.UnitTests/Microsoft.PowerToys.Settings.UI.UnitTests.csproj index b8c6488b03..46adf47662 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI.UnitTests/Microsoft.PowerToys.Settings.UI.UnitTests.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI.UnitTests/Microsoft.PowerToys.Settings.UI.UnitTests.csproj @@ -5,7 +5,7 @@ false - AnyCPU;x64 + x64