Mark Identity service packages as IsPackable=false

This commit is contained in:
Nate McMaster 2017-12-06 15:08:58 -08:00
parent 8c47b90677
commit becf1df9c5
9 changed files with 20 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>