Add package descriptions for Microsoft.AspNetCore.{App, All} (#1320)
This commit is contained in:
parent
b206d59612
commit
6b1d22c581
|
|
@ -5,8 +5,12 @@
|
|||
<IncludeSymbols>false</IncludeSymbols>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<PackageTags>aspnetcore</PackageTags>
|
||||
<Description>Microsoft.AspNetCore.All</Description>
|
||||
<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.
|
||||
|
||||
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.
|
||||
</PackageDescription>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,12 @@
|
|||
<IncludeSymbols>false</IncludeSymbols>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<PackageTags>aspnetcore</PackageTags>
|
||||
<Description>Microsoft.AspNetCore.App</Description>
|
||||
<EnableApiCheck>false</EnableApiCheck>
|
||||
<PackageDescription>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.
|
||||
</PackageDescription>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue