From 3de5cde5363120df6ac504612a69e34aeb2b42b0 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 7 Feb 2019 11:04:13 -0800 Subject: [PATCH] Remove Microsoft.AspNetCore.All from site extension description (#7335) --- .../Runtime/Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SiteExtensions/Runtime/Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj b/src/SiteExtensions/Runtime/Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj index 3bdae26009..8f46f32204 100644 --- a/src/SiteExtensions/Runtime/Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj +++ b/src/SiteExtensions/Runtime/Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj @@ -7,7 +7,7 @@ $(VersionPrefix.Substring(0, $(VersionPrefix.LastIndexOf('.')))) ASP.NET Core $(TrimmedVersion) ($(TargetArchitecture)) Runtime - This site extension installs Microsoft.AspNetCore.All, Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes. + This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes. aspnetcore;AzureSiteExtension AspNetCoreRuntime.$(TrimmedVersion).$(TargetArchitecture) true