From cf3d2f12995695bbe55d7de247ec9429e91e8353 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 29 Aug 2018 12:03:24 -0700 Subject: [PATCH] Minor tweaks to meta-package descriptions (#1343) Per feedback on #1320 which came in post-merge. --- src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj | 5 ++--- src/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index 887d8fb15d..26b3b2f90c 100644 --- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj +++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj @@ -6,10 +6,9 @@ netcoreapp2.1 aspnetcore 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. + Provides a default set of APIs 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. +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 8debdd2818..e6552da58f 100644 --- a/src/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj +++ b/src/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj @@ -6,10 +6,9 @@ netcoreapp2.1 aspnetcore false - Provides a default set of API for building an ASP.NET Core application. + Provides a default set of APIs 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. +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.