From 6b1d22c58185c4dee1b445c0136c6ec6c4ea1ea8 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 28 Aug 2018 09:19:37 -0700 Subject: [PATCH] Add package descriptions for Microsoft.AspNetCore.{App, All} (#1320) --- .../Microsoft.AspNetCore.All.csproj | 6 +++++- .../Microsoft.AspNetCore.App.csproj | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index 25ed991894..887d8fb15d 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.1 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 25e863ae37..8debdd2818 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.1 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. +