From 2b70b11a5ca4bc47d2693a428346c33b38e10cbf Mon Sep 17 00:00:00 2001 From: damienbod Date: Sat, 14 Mar 2026 23:54:44 +0100 Subject: [PATCH 1/2] Update .NET packages --- Bff.ServiceDefaults/Bff.ServiceDefaults.csproj | 8 ++++---- server/BffMicrosoftEntraID.Server.csproj | 12 ++++++------ ...ffMicrosoftEntraID.Server.IntegrationTests.csproj | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Bff.ServiceDefaults/Bff.ServiceDefaults.csproj b/Bff.ServiceDefaults/Bff.ServiceDefaults.csproj index 79d19ad..e154e15 100644 --- a/Bff.ServiceDefaults/Bff.ServiceDefaults.csproj +++ b/Bff.ServiceDefaults/Bff.ServiceDefaults.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -10,11 +10,11 @@ - - + + - + diff --git a/server/BffMicrosoftEntraID.Server.csproj b/server/BffMicrosoftEntraID.Server.csproj index 02d6a96..1611b73 100644 --- a/server/BffMicrosoftEntraID.Server.csproj +++ b/server/BffMicrosoftEntraID.Server.csproj @@ -21,12 +21,12 @@ - - - - - - + + + + + + diff --git a/tests/BffMicrosoftEntraID.Server.IntegrationTests.csproj b/tests/BffMicrosoftEntraID.Server.IntegrationTests.csproj index 6d8bc64..e36eed8 100644 --- a/tests/BffMicrosoftEntraID.Server.IntegrationTests.csproj +++ b/tests/BffMicrosoftEntraID.Server.IntegrationTests.csproj @@ -12,8 +12,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all From 62db9dd722d005873e30003e10340717f8238de2 Mon Sep 17 00:00:00 2001 From: damienbod Date: Sat, 14 Mar 2026 23:55:20 +0100 Subject: [PATCH 2/2] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aad6b37..3c40e5b 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ ng update @angular/cli @angular/core ## History +- 2026-03-14 Updated Nuget packages - 2026-02-24 Updated Nuget packages, Angular 21 - 2025-12-07 Updated to .NET 10 and Angular 21 - 2025-11-02 Added bootstrap, improved UI (style), created app registration for BFF app using terraform