Skip to content

Commit 77641db

Browse files
martinjtFullStackChef
authored andcommitted
Made the DevCertHostingExtensions internal as they're shouldn't be publci (CommunityToolkit#854)
1 parent 783ea79 commit 77641db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/DevCertHostingExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Aspire.Hosting;
55
/// <summary>
66
/// Extensions for adding Dev Certs to aspire resources.
77
/// </summary>
8-
public static class DevCertHostingExtensions
8+
internal static class DevCertHostingExtensions
99
{
1010
/// <summary>
1111
/// The destination directory for the certificate files in a container.

0 commit comments

Comments
 (0)