@ -5,7 +5,7 @@
</PropertyGroup>
<PropertyGroup>
<Description>OpenIddict's abstractions.</Description>
<Description>Abstractions and primitives used by the OpenIddict components.</Description>
<ItemGroup>
@ -7,7 +7,7 @@
<Description>Easy-to-use OpenID Connect stack for ASP.NET Core.</Description>
<Description>Versatile OpenID Connect stack for ASP.NET Core 2.1, 3.1 and 5.0.</Description>
<PackageTags>$(PackageTags);aspnetcore;server;validation</PackageTags>
<Description>Relational entities for the Entity Framework 6.x stores.</Description>
<Description>Relational entities for the OpenIddict Entity Framework 6.x stores.</Description>
<PackageTags>$(PackageTags);entityframework;models</PackageTags>
<Description>Relational entities for the Entity Framework Core stores.</Description>
<Description>Relational entities for the OpenIddict Entity Framework Core stores.</Description>
<PackageTags>$(PackageTags);entityframeworkcore;models</PackageTags>
<Description>Document-oriented entities for the MongoDB stores.</Description>
<Description>Document-oriented entities for the OpenIddict MongoDB stores.</Description>
<PackageTags>$(PackageTags);mongodb;models</PackageTags>
<Description>Easy-to-use OpenID Connect stack for ASP.NET 4.x/OWIN.</Description>
<Description>Versatile OpenID Connect stack for OWIN/Katana 4.1 (compatible with ASP.NET 4.6.1 and newer).</Description>
<PackageTags>$(PackageTags);aspnet;katana;owin;server;validation</PackageTags>
<Description>OWIN/ASP.NET 4.x integration package for the OpenIddict server services.</Description>
<Description>OWIN/Katana integration package for the OpenIddict server services (compatible with ASP.NET 4.6.1 and newer).</Description>
<PackageTags>$(PackageTags);server;aspnet;katana;owin</PackageTags>
@ -5,7 +5,10 @@
<Description>OpenID Connect server components for OpenIddict.</Description>
<Description>OpenIddict authorization server services.
Note: this package only contains the generic/host-agnostic server components.
To use the server feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Server.AspNetCore or OpenIddict.Server.Owin package.</Description>
<PackageTags>$(PackageTags);server</PackageTags>
<Description>OWIN/ASP.NET 4.x integration package for the OpenIddict validation services.</Description>
<Description>OWIN/Katana integration package for the OpenIddict validation services (compatible with ASP.NET 4.6.1 and newer).</Description>
<PackageTags>$(PackageTags);validation;aspnet;katana;owin</PackageTags>
<Description>OpenID Connect validation/server integration for OpenIddict.</Description>
<Description>Local server integration package for the OpenIddict validation services.</Description>
<PackageTags>$(PackageTags);server;validation</PackageTags>
<Description>OpenID Connect validation/System.Net.Http integration for OpenIddict.</Description>
<Description>System.Net.Http integration package for the OpenIddict validation services.</Description>
<PackageTags>$(PackageTags);http;httpclient;validation</PackageTags>
<Description>OpenID Connect validation components for OpenIddict.</Description>
<Description>OpenIddict token validation services.
Note: this package only contains the generic/host-agnostic validation components.
To use the validation feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Validation.AspNetCore or OpenIddict.Validation.Owin package.</Description>
<PackageTags>$(PackageTags);validation</PackageTags>
@ -7,7 +7,10 @@
<Description>Easy-to-use OpenID Connect server for ASP.NET 4.x/OWIN and ASP.NET Core.</Description>
<Description>Versatile OpenID Connect stack for .NET.
Note: this metapackage only references the generic core, server and validation packages.
To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package.</Description>