From 083ffac47a530c8e2993bdf35d206e489f1e032f Mon Sep 17 00:00:00 2001 From: Gulum Date: Sat, 6 Jun 2026 20:40:16 +0200 Subject: [PATCH] chore(api): UserSecretsId fuer AI-Config (Gemini-Key via user-secrets, nie committed) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nur die UserSecretsId-GUID — der Schluessel selbst liegt in %APPDATA% user-secrets, nicht im Repo. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../GerbilManagerWebAPI.csproj | 79 ++++++++++--------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/GerbilManagerWebAPI/GerbilManagerWebAPI.csproj b/GerbilManagerWebAPI/GerbilManagerWebAPI.csproj index b64ea9e..b9d9d35 100644 --- a/GerbilManagerWebAPI/GerbilManagerWebAPI.csproj +++ b/GerbilManagerWebAPI/GerbilManagerWebAPI.csproj @@ -1,39 +1,40 @@ - - - - net10.0 - enable - enable - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + enable + enable + d5041cff-22a2-4aba-80ff-903ce5203eb3 + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + + + + + + + + + +