From 575a8dafae77ecdc9c5f35d551a942efe2e15fd8 Mon Sep 17 00:00:00 2001 From: Stuart Ferguson Date: Wed, 9 Jul 2025 18:05:47 +0100 Subject: [PATCH 1/2] Update Shared and Shared.Results.Web package versions Updated the `Shared` package from version `2025.7.2` to `2025.7.6` and the `Shared.Results.Web` package from version `2025.7.2` to `2025.7.6`. --- MobileConfiguration/MobileConfiguration.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MobileConfiguration/MobileConfiguration.csproj b/MobileConfiguration/MobileConfiguration.csproj index 70f7542..892ac7e 100644 --- a/MobileConfiguration/MobileConfiguration.csproj +++ b/MobileConfiguration/MobileConfiguration.csproj @@ -16,8 +16,8 @@ - - + + From 3eeea111353384eb35562810b54bab1982a034ed Mon Sep 17 00:00:00 2001 From: Stuart Ferguson Date: Wed, 9 Jul 2025 18:07:01 +0100 Subject: [PATCH 2/2] oops --- MobileConfiguration/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileConfiguration/Program.cs b/MobileConfiguration/Program.cs index ddf207b..3e99e44 100644 --- a/MobileConfiguration/Program.cs +++ b/MobileConfiguration/Program.cs @@ -85,7 +85,7 @@ // Configure the HTTP request pipeline. app.UseAuthorization(); -app.UseMiddleware(); +app.UseMiddleware(); app.AddRequestLogging(); app.AddResponseLogging(); app.AddExceptionHandler();