Minor tweaks to meta-package descriptions (#1343)
Per feedback on #1320 which came in post-merge.
This commit is contained in:
parent
265eff37ad
commit
cf3d2f1299
|
|
@ -6,10 +6,9 @@
|
||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||||
<PackageTags>aspnetcore</PackageTags>
|
<PackageTags>aspnetcore</PackageTags>
|
||||||
<EnableApiCheck>false</EnableApiCheck>
|
<EnableApiCheck>false</EnableApiCheck>
|
||||||
<PackageDescription>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.
|
<PackageDescription>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,
|
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.
|
||||||
or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
|
||||||
</PackageDescription>
|
</PackageDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,9 @@
|
||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||||
<PackageTags>aspnetcore</PackageTags>
|
<PackageTags>aspnetcore</PackageTags>
|
||||||
<EnableApiCheck>false</EnableApiCheck>
|
<EnableApiCheck>false</EnableApiCheck>
|
||||||
<PackageDescription>Provides a default set of API for building an ASP.NET Core application.
|
<PackageDescription>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,
|
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.
|
||||||
or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
|
||||||
</PackageDescription>
|
</PackageDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue