diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index 3b9952d08b..cabe0797f5 100644 --- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj +++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj @@ -5,8 +5,12 @@ false netcoreapp2.2 aspnetcore - Microsoft.AspNetCore.All false + Provides a default set of API for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. + +This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, +or can be acquired separately using installers available at https://aka.ms/dotnet-download. + diff --git a/src/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj b/src/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj index a1b3b0afe4..0179d21121 100644 --- a/src/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj +++ b/src/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj @@ -5,8 +5,12 @@ false netcoreapp2.2 aspnetcore - Microsoft.AspNetCore.App false + Provides a default set of API for building an ASP.NET Core application. + +This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, +or can be acquired separately using installers available at https://aka.ms/dotnet-download. +