From 0dd6dc1c1fb77ab6483990aca86b24bcd5eb7509 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 20 Aug 2026 20:56:49 +0000 Subject: [PATCH] fix: include Reentry.Core in slnx for VS restore. Visual Studio NU1105: Core is a ProjectReference but was not in the solution. Map both projects to x64; Core now declares Platforms x64 so the mapping is valid. Keep net10.0 and leave tests out of the slnx. Co-authored-by: Paul Smith --- Reentry.slnx | 7 ++++++- src/Reentry.Core/Reentry.Core.csproj | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Reentry.slnx b/Reentry.slnx index 0a70be0..75a73e7 100644 --- a/Reentry.slnx +++ b/Reentry.slnx @@ -3,6 +3,11 @@ - + + + + + + diff --git a/src/Reentry.Core/Reentry.Core.csproj b/src/Reentry.Core/Reentry.Core.csproj index 2e528c7..be3bcad 100644 --- a/src/Reentry.Core/Reentry.Core.csproj +++ b/src/Reentry.Core/Reentry.Core.csproj @@ -4,6 +4,7 @@ net10.0 + x64 Reentry.Core Reentry.Core false