Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/linux-dev-certs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("The development certificate was successfully installed.");

Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("ASP.NET Core applications may still print a warning at startup that the developer certificate is not trusted.");
Console.WriteLine("This is a false warning. The message is no longer printed with ASP.NET Core 9 preview 6+.");

Console.ForegroundColor = color;
}
ctx.ExitCode = isSuccess ? 0 : 1;
Expand Down
Loading