From 6d63a5c01b86136fec761e74b18de7213e023c97 Mon Sep 17 00:00:00 2001 From: Kevin Jalais Date: Mon, 19 Jun 2023 10:22:47 +0200 Subject: [PATCH] Fix compatibility problem with arm64 architecture --- CodeMaid.UnitTests/CodeMaid.UnitTests.csproj | 14 +++++++------- CodeMaid.VS2022/CodeMaid.VS2022.csproj | 5 +++-- CodeMaid.VS2022/source.extension.vsixmanifest | 3 +++ CodeMaid/CodeMaid.csproj | 5 +++-- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CodeMaid.UnitTests/CodeMaid.UnitTests.csproj b/CodeMaid.UnitTests/CodeMaid.UnitTests.csproj index 23fc90cc..27bf6114 100644 --- a/CodeMaid.UnitTests/CodeMaid.UnitTests.csproj +++ b/CodeMaid.UnitTests/CodeMaid.UnitTests.csproj @@ -81,25 +81,25 @@ - 16.10.31321.278 + 17.6.36389 - 17.0.0 + 17.6.2 - 2.2.7 + 3.0.4 - 2.2.7 + 3.0.4 - 4.2.2 + 5.0.0 - 3.13.2 + 3.13.3 - 4.0.0 + 4.5.0 diff --git a/CodeMaid.VS2022/CodeMaid.VS2022.csproj b/CodeMaid.VS2022/CodeMaid.VS2022.csproj index 10e8a1cc..43d7751e 100644 --- a/CodeMaid.VS2022/CodeMaid.VS2022.csproj +++ b/CodeMaid.VS2022/CodeMaid.VS2022.csproj @@ -722,12 +722,13 @@ 1.0.2 - 17.0.0-previews-2-31512-422 + 17.6.36389 runtime all + compile; build; native; contentfiles; analyzers; buildtransitive - 17.0.3177-preview3 + 17.6.2164 runtime; build; native; contentfiles; analyzers all diff --git a/CodeMaid.VS2022/source.extension.vsixmanifest b/CodeMaid.VS2022/source.extension.vsixmanifest index d0d5b8ad..812e5ba0 100644 --- a/CodeMaid.VS2022/source.extension.vsixmanifest +++ b/CodeMaid.VS2022/source.extension.vsixmanifest @@ -14,6 +14,9 @@ amd64 + + arm64 + diff --git a/CodeMaid/CodeMaid.csproj b/CodeMaid/CodeMaid.csproj index e0ea7465..e6150f9c 100644 --- a/CodeMaid/CodeMaid.csproj +++ b/CodeMaid/CodeMaid.csproj @@ -340,12 +340,13 @@ 1.0.2 - 16.10.31321.278 + 17.6.36389 runtime all + compile; build; native; contentfiles; analyzers; buildtransitive - 16.11.35 + 17.6.2164 runtime; build; native; contentfiles; analyzers all