From fe377e5ab93d0600b24d3627546148efe100cc86 Mon Sep 17 00:00:00 2001 From: GGG KILLER Date: Tue, 23 Nov 2021 10:10:05 -0300 Subject: [PATCH] Incorporate feedback form review. Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> --- src/installer.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/installer.ts b/src/installer.ts index deddaac..6b7f098 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -286,7 +286,8 @@ export class DotnetCoreInstaller { const releaseInfo = releasesInfo[0]; if (releaseInfo['support-phase'] === 'eol') { core.warning( - `${releaseInfo['product']} ${releaseInfo['channel-version']} is no longer supported and may not work properly.` + `${releaseInfo['product']} ${releaseInfo['channel-version']} is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.` + ); }