Remove Microsoft.AspNetCore.All from site extension description (#7335)
This commit is contained in:
parent
c9499e14e4
commit
3de5cde536
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<TrimmedVersion>$(VersionPrefix.Substring(0, $(VersionPrefix.LastIndexOf('.'))))</TrimmedVersion>
|
||||
<Title>ASP.NET Core $(TrimmedVersion) ($(TargetArchitecture)) Runtime </Title>
|
||||
<Description>This site extension installs Microsoft.AspNetCore.All, Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.</Description>
|
||||
<Description>This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.</Description>
|
||||
<PackageTags>aspnetcore;AzureSiteExtension</PackageTags>
|
||||
<PackageId>AspNetCoreRuntime.$(TrimmedVersion).$(TargetArchitecture)</PackageId>
|
||||
<NoPackageAnalysis>true</NoPackageAnalysis>
|
||||
|
|
|
|||
Loading…
Reference in New Issue