From 382eef0089cbbe12f0a1b692a43de942f3a4d3dd Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 16 Mar 2026 12:28:58 +0100 Subject: [PATCH] Enable User Secrets in ReC.API.csproj for dev config Added to the project file to support ASP.NET Core User Secrets, allowing secure storage of sensitive development configuration data. --- src/ReC.API/ReC.API.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ReC.API/ReC.API.csproj b/src/ReC.API/ReC.API.csproj index 27e52d8..f0adcf0 100644 --- a/src/ReC.API/ReC.API.csproj +++ b/src/ReC.API/ReC.API.csproj @@ -17,6 +17,7 @@ Copyright © 2025 Digital Data GmbH. All rights reserved. true $(NoWarn);1591 + cf893b96-c71a-4a96-a6a7-40004249e1a3