From 16e4e4b68304ed6bc78b76f386183f3365d9a228 Mon Sep 17 00:00:00 2001 From: Martin Thwaites Date: Sun, 14 Sep 2025 15:16:58 +0000 Subject: [PATCH] Made the DevCertHostingExtensions internal as they're shouldn't be publci --- src/Shared/DevCertHostingExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/DevCertHostingExtensions.cs b/src/Shared/DevCertHostingExtensions.cs index f62539822..832e336b7 100644 --- a/src/Shared/DevCertHostingExtensions.cs +++ b/src/Shared/DevCertHostingExtensions.cs @@ -5,7 +5,7 @@ namespace Aspire.Hosting; /// /// Extensions for adding Dev Certs to aspire resources. /// -public static class DevCertHostingExtensions +internal static class DevCertHostingExtensions { /// /// The destination directory for the certificate files in a container.