From a14f17e8c3a4f1fd91b8285984aa8abe37ad5b53 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Sun, 30 Nov 2025 17:46:54 +0100 Subject: [PATCH] Upgraded to dotnet 10 --- .idea/.idea.HopFrame/.idea/workspace.xml | 83 ++++++++++++------- src/HopFrame.Core/HopFrame.Core.csproj | 4 +- .../Implementations/ContextExplorer.cs | 3 +- src/HopFrame.Web/HopFrame.Web.csproj | 7 +- .../HopFrame.Testing.Api.csproj | 6 +- .../HopFrame.Testing/HopFrame.Testing.csproj | 8 +- .../HopFrame.Tests.Core.csproj | 4 +- .../Components/Dialogs/HopFrameEditorTests.cs | 2 +- .../HopFrame.Tests.Web.csproj | 2 +- 9 files changed, 72 insertions(+), 47 deletions(-) diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index 85f3cbc..c30807b 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -11,7 +11,16 @@