From 1d9e58cd240b72ff9c5e1919457c3339f4fe7e92 Mon Sep 17 00:00:00 2001 From: Neil Richardson Date: Tue, 27 May 2025 21:56:21 +0100 Subject: [PATCH 1/3] Switching Platform to AnyCPU Making platform agnostic to platform type to allow usage of native AMR64 in the future. --- .gitignore | 1 + ...t.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj | 2 +- .../Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj | 2 +- .../Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj | 2 +- .../Microsoft.Omex.Extensions.Hosting.Services.Web.csproj | 2 +- .../Microsoft.Omex.Extensions.Hosting.Services.csproj | 2 +- ...osoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj | 2 +- .../Microsoft.Omex.Extensions.Services.Remoting.csproj | 2 +- ...ensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj | 2 +- ...ft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj | 2 +- ...t.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj | 2 +- .../Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj | 2 +- ...rosoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj | 2 +- ....Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj | 2 +- ...Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj | 2 +- 15 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 491d60aee..f8bdaf34f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ +AnyCPU/ x64/ x86/ bld/ diff --git a/src/Diagnostics.HealthChecks.AspNetCore/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj b/src/Diagnostics.HealthChecks.AspNetCore/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj index 5cdabfcf7..cc3b50eb1 100644 --- a/src/Diagnostics.HealthChecks.AspNetCore/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj +++ b/src/Diagnostics.HealthChecks.AspNetCore/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - x64 + $(TargetPlatform) Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore diff --git a/src/Diagnostics.HealthChecks/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj b/src/Diagnostics.HealthChecks/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj index 4ff28aad7..35058d4b8 100644 --- a/src/Diagnostics.HealthChecks/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj +++ b/src/Diagnostics.HealthChecks/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - x64 + $(TargetPlatform) Microsoft.Omex.Extensions.Diagnostics.HealthChecks diff --git a/src/Hosting.Services.Remoting/Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj b/src/Hosting.Services.Remoting/Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj index f8666cb07..ccaa6e94d 100644 --- a/src/Hosting.Services.Remoting/Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj +++ b/src/Hosting.Services.Remoting/Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - x64 + $(TargetPlatform) Microsoft.Omex.Extensions.Hosting.Services.Remoting diff --git a/src/Hosting.Services.Web/Microsoft.Omex.Extensions.Hosting.Services.Web.csproj b/src/Hosting.Services.Web/Microsoft.Omex.Extensions.Hosting.Services.Web.csproj index 1cb49d41e..4fe314321 100644 --- a/src/Hosting.Services.Web/Microsoft.Omex.Extensions.Hosting.Services.Web.csproj +++ b/src/Hosting.Services.Web/Microsoft.Omex.Extensions.Hosting.Services.Web.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - x64 + $(TargetPlatform) Microsoft.Omex.Extensions.Hosting.Services.Web diff --git a/src/Hosting.Services/Microsoft.Omex.Extensions.Hosting.Services.csproj b/src/Hosting.Services/Microsoft.Omex.Extensions.Hosting.Services.csproj index 521131146..b75a90f77 100644 --- a/src/Hosting.Services/Microsoft.Omex.Extensions.Hosting.Services.csproj +++ b/src/Hosting.Services/Microsoft.Omex.Extensions.Hosting.Services.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - x64 + $(TargetPlatform) Microsoft.Omex.Extensions.Hosting.Services diff --git a/src/ServiceFabricGuest.Abstractions/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj b/src/ServiceFabricGuest.Abstractions/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj index 31f2a916c..6247db800 100644 --- a/src/ServiceFabricGuest.Abstractions/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj +++ b/src/ServiceFabricGuest.Abstractions/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - x64 + $(TargetPlatform) diff --git a/src/Services.Remoting/Microsoft.Omex.Extensions.Services.Remoting.csproj b/src/Services.Remoting/Microsoft.Omex.Extensions.Services.Remoting.csproj index ca53f26f4..b411737ed 100644 --- a/src/Services.Remoting/Microsoft.Omex.Extensions.Services.Remoting.csproj +++ b/src/Services.Remoting/Microsoft.Omex.Extensions.Services.Remoting.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - x64 + $(TargetPlatform) Microsoft.Omex.Extensions.Services.Remoting diff --git a/tests/Diagnostics.HealthChecks.AspNetCore.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj b/tests/Diagnostics.HealthChecks.AspNetCore.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj index 12a9d1f50..9b1a7a064 100644 --- a/tests/Diagnostics.HealthChecks.AspNetCore.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj +++ b/tests/Diagnostics.HealthChecks.AspNetCore.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - x64 + $(TargetPlatform) diff --git a/tests/Diagnostics.HealthChecks.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj b/tests/Diagnostics.HealthChecks.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj index 9e6e94546..18dd29760 100644 --- a/tests/Diagnostics.HealthChecks.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj +++ b/tests/Diagnostics.HealthChecks.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - x64 + $(TargetPlatform) diff --git a/tests/Hosting.Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj b/tests/Hosting.Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj index ab2f1ec5a..e7a4534e3 100644 --- a/tests/Hosting.Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj +++ b/tests/Hosting.Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj @@ -2,7 +2,7 @@ $(UnitTestTargetFrameworks) - x64 + $(TargetPlatform) diff --git a/tests/Hosting.Services.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj b/tests/Hosting.Services.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj index 1268557bb..ff08883fa 100644 --- a/tests/Hosting.Services.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj +++ b/tests/Hosting.Services.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj @@ -1,7 +1,7 @@ $(UnitTestTargetFrameworks) - x64 + $(TargetPlatform) diff --git a/tests/Hosting.Services.Web.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj b/tests/Hosting.Services.Web.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj index cfc00477c..502d2ae63 100644 --- a/tests/Hosting.Services.Web.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj +++ b/tests/Hosting.Services.Web.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - x64 + $(TargetPlatform) diff --git a/tests/ServiceFabricGuest.Abstractions.UnitTests/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj b/tests/ServiceFabricGuest.Abstractions.UnitTests/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj index c288d2f5f..2202b6ae5 100644 --- a/tests/ServiceFabricGuest.Abstractions.UnitTests/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj +++ b/tests/ServiceFabricGuest.Abstractions.UnitTests/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - x64 + $(TargetPlatform) diff --git a/tests/Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj b/tests/Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj index c21b0dd50..5942caa80 100644 --- a/tests/Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj +++ b/tests/Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - x64 + $(TargetPlatform) From 29140e006628763f0c5042a472ef5c894daab555 Mon Sep 17 00:00:00 2001 From: Neil Richardson Date: Wed, 4 Jun 2025 17:53:03 +0100 Subject: [PATCH 2/3] Testing PlatformTargets --- Directory.Build.props | 2 +- ...t.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj | 2 +- .../Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj | 2 +- .../Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj | 2 +- .../Microsoft.Omex.Extensions.Hosting.Services.Web.csproj | 2 +- .../Microsoft.Omex.Extensions.Hosting.Services.csproj | 2 +- ...osoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj | 2 +- .../Microsoft.Omex.Extensions.Services.Remoting.csproj | 2 +- ...ensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj | 2 +- ...ft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj | 2 +- ...t.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj | 2 +- .../Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj | 2 +- ...rosoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj | 2 +- ....Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj | 2 +- ...Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fd28e249e..1c79d5385 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,7 +14,7 @@ $(NetCoreVersions) - AnyCPU + AnyCPU;x64 AnyCPU prompt true diff --git a/src/Diagnostics.HealthChecks.AspNetCore/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj b/src/Diagnostics.HealthChecks.AspNetCore/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj index cc3b50eb1..e90d92a33 100644 --- a/src/Diagnostics.HealthChecks.AspNetCore/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj +++ b/src/Diagnostics.HealthChecks.AspNetCore/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - $(TargetPlatform) + $(Platforms) Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore diff --git a/src/Diagnostics.HealthChecks/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj b/src/Diagnostics.HealthChecks/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj index 35058d4b8..70d154007 100644 --- a/src/Diagnostics.HealthChecks/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj +++ b/src/Diagnostics.HealthChecks/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - $(TargetPlatform) + $(Platforms) Microsoft.Omex.Extensions.Diagnostics.HealthChecks diff --git a/src/Hosting.Services.Remoting/Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj b/src/Hosting.Services.Remoting/Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj index ccaa6e94d..925a938ad 100644 --- a/src/Hosting.Services.Remoting/Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj +++ b/src/Hosting.Services.Remoting/Microsoft.Omex.Extensions.Hosting.Services.Remoting.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - $(TargetPlatform) + $(Platforms) Microsoft.Omex.Extensions.Hosting.Services.Remoting diff --git a/src/Hosting.Services.Web/Microsoft.Omex.Extensions.Hosting.Services.Web.csproj b/src/Hosting.Services.Web/Microsoft.Omex.Extensions.Hosting.Services.Web.csproj index 4fe314321..86a698c58 100644 --- a/src/Hosting.Services.Web/Microsoft.Omex.Extensions.Hosting.Services.Web.csproj +++ b/src/Hosting.Services.Web/Microsoft.Omex.Extensions.Hosting.Services.Web.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - $(TargetPlatform) + $(Platforms) Microsoft.Omex.Extensions.Hosting.Services.Web diff --git a/src/Hosting.Services/Microsoft.Omex.Extensions.Hosting.Services.csproj b/src/Hosting.Services/Microsoft.Omex.Extensions.Hosting.Services.csproj index b75a90f77..ac3591721 100644 --- a/src/Hosting.Services/Microsoft.Omex.Extensions.Hosting.Services.csproj +++ b/src/Hosting.Services/Microsoft.Omex.Extensions.Hosting.Services.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - $(TargetPlatform) + $(Platforms) Microsoft.Omex.Extensions.Hosting.Services diff --git a/src/ServiceFabricGuest.Abstractions/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj b/src/ServiceFabricGuest.Abstractions/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj index 6247db800..bd1cbec3f 100644 --- a/src/ServiceFabricGuest.Abstractions/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj +++ b/src/ServiceFabricGuest.Abstractions/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - $(TargetPlatform) + $(Platforms) diff --git a/src/Services.Remoting/Microsoft.Omex.Extensions.Services.Remoting.csproj b/src/Services.Remoting/Microsoft.Omex.Extensions.Services.Remoting.csproj index b411737ed..bb785934b 100644 --- a/src/Services.Remoting/Microsoft.Omex.Extensions.Services.Remoting.csproj +++ b/src/Services.Remoting/Microsoft.Omex.Extensions.Services.Remoting.csproj @@ -1,7 +1,7 @@  $(NetCoreVersions) - $(TargetPlatform) + $(Platforms) Microsoft.Omex.Extensions.Services.Remoting diff --git a/tests/Diagnostics.HealthChecks.AspNetCore.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj b/tests/Diagnostics.HealthChecks.AspNetCore.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj index 9b1a7a064..c09d3af30 100644 --- a/tests/Diagnostics.HealthChecks.AspNetCore.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj +++ b/tests/Diagnostics.HealthChecks.AspNetCore.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.AspNetCore.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - $(TargetPlatform) + $(Platforms) diff --git a/tests/Diagnostics.HealthChecks.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj b/tests/Diagnostics.HealthChecks.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj index 18dd29760..be3a32d83 100644 --- a/tests/Diagnostics.HealthChecks.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj +++ b/tests/Diagnostics.HealthChecks.UnitTests/Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - $(TargetPlatform) + $(Platforms) diff --git a/tests/Hosting.Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj b/tests/Hosting.Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj index e7a4534e3..69299ae8a 100644 --- a/tests/Hosting.Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj +++ b/tests/Hosting.Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Remoting.UnitTests.csproj @@ -2,7 +2,7 @@ $(UnitTestTargetFrameworks) - $(TargetPlatform) + $(Platforms) diff --git a/tests/Hosting.Services.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj b/tests/Hosting.Services.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj index ff08883fa..802a837e0 100644 --- a/tests/Hosting.Services.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj +++ b/tests/Hosting.Services.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.UnitTests.csproj @@ -1,7 +1,7 @@ $(UnitTestTargetFrameworks) - $(TargetPlatform) + $(Platforms) diff --git a/tests/Hosting.Services.Web.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj b/tests/Hosting.Services.Web.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj index 502d2ae63..80bac7c8e 100644 --- a/tests/Hosting.Services.Web.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj +++ b/tests/Hosting.Services.Web.UnitTests/Microsoft.Omex.Extensions.Hosting.Services.Web.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - $(TargetPlatform) + $(Platforms) diff --git a/tests/ServiceFabricGuest.Abstractions.UnitTests/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj b/tests/ServiceFabricGuest.Abstractions.UnitTests/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj index 2202b6ae5..412a109ea 100644 --- a/tests/ServiceFabricGuest.Abstractions.UnitTests/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj +++ b/tests/ServiceFabricGuest.Abstractions.UnitTests/Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - $(TargetPlatform) + $(Platforms) diff --git a/tests/Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj b/tests/Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj index 5942caa80..c341d7c04 100644 --- a/tests/Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj +++ b/tests/Services.Remoting.UnitTests/Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj @@ -1,7 +1,7 @@  $(UnitTestTargetFrameworks) - $(TargetPlatform) + $(Platforms) From 6e200417c4b665b69e4fcaa8426aa19a41444afd Mon Sep 17 00:00:00 2001 From: Neil Richardson Date: Fri, 20 Jun 2025 17:34:46 +0100 Subject: [PATCH 3/3] Switching to AnyCPU --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1c79d5385..fd28e249e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,7 +14,7 @@ $(NetCoreVersions) - AnyCPU;x64 + AnyCPU AnyCPU prompt true