Mark Identity service packages as IsPackable=false
This commit is contained in:
parent
8c47b90677
commit
becf1df9c5
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>ASP.NET Core Identity Service Diagnostics Middleware.</Description>
|
||||
<TargetFrameworks>netcoreapp2.0;netstandard2.0</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>ASP.NET Core common types defining the main abstractions for Identity Service.</Description>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>ASP.NET Core Identity Azure Key Vault certificates support.</Description>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>ASP.NET Core common types implementing the main abstractions for Identity Service.</Description>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>ASP.NET Core Identity Service implementation based on ASP.NET Core Identity.</Description>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>ASP.NET Core Identity Service in process client.</Description>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
|
@ -15,9 +17,9 @@
|
|||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="$(MicrosoftExtensionsConfigurationBinderPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion)" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.AspNetCore.Identity.Service\Microsoft.AspNetCore.Identity.Service.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>ASP.NET Core Identity Service integration for ASP.NET Core MVC.</Description>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>Shared test suite for Asp.Net Identity Core as a service store implementations.</Description>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
<Import Project="..\..\build\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This project will not ship in 2.0.x -->
|
||||
<IsPackable>false</IsPackable>
|
||||
<Description>ASP.NET Core Identity Service implementation based on Entity Framework.</Description>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
|
|
|||
Loading…
Reference in New Issue