From 36e72238b0f31aa8247b4e40e18a2b21425c84ee Mon Sep 17 00:00:00 2001 From: jasontaylordev Date: Thu, 26 Feb 2026 09:05:08 +1000 Subject: [PATCH] Downgrade Microsoft.Extensions.FileProviders.Embedded to 8.0.11 Fixes MVID mismatch error when running the Docker container with the composite base image. The 10.0.3 package conflicts with the 8.0.x assemblies precompiled in the aspnet:8.0-noble-chiseled-composite image. --- src/ServicePulse/ServicePulse.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServicePulse/ServicePulse.csproj b/src/ServicePulse/ServicePulse.csproj index 68d5b7ed8..4230dd845 100644 --- a/src/ServicePulse/ServicePulse.csproj +++ b/src/ServicePulse/ServicePulse.csproj @@ -13,7 +13,7 @@ - +