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" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <PropertyGroup>
<!-- This project will not ship in 2.0.x -->
<IsPackable>false</IsPackable>
<Description>ASP.NET Core Identity Service Diagnostics Middleware.</Description> <Description>ASP.NET Core Identity Service Diagnostics Middleware.</Description>
<TargetFrameworks>netcoreapp2.0;netstandard2.0</TargetFrameworks> <TargetFrameworks>netcoreapp2.0;netstandard2.0</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>

View File

@ -3,6 +3,8 @@
<Import Project="..\..\build\common.props" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <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> <Description>ASP.NET Core common types defining the main abstractions for Identity Service.</Description>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>

View File

@ -3,6 +3,8 @@
<Import Project="..\..\build\common.props" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <PropertyGroup>
<!-- This project will not ship in 2.0.x -->
<IsPackable>false</IsPackable>
<Description>ASP.NET Core Identity Azure Key Vault certificates support.</Description> <Description>ASP.NET Core Identity Azure Key Vault certificates support.</Description>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>

View File

@ -3,6 +3,8 @@
<Import Project="..\..\build\common.props" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <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> <Description>ASP.NET Core common types implementing the main abstractions for Identity Service.</Description>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>

View File

@ -3,6 +3,8 @@
<Import Project="..\..\build\common.props" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <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> <Description>ASP.NET Core Identity Service implementation based on ASP.NET Core Identity.</Description>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>

View File

@ -3,6 +3,8 @@
<Import Project="..\..\build\common.props" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <PropertyGroup>
<!-- This project will not ship in 2.0.x -->
<IsPackable>false</IsPackable>
<Description>ASP.NET Core Identity Service in process client.</Description> <Description>ASP.NET Core Identity Service in process client.</Description>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>

View File

@ -3,6 +3,8 @@
<Import Project="..\..\build\common.props" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <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> <Description>ASP.NET Core Identity Service integration for ASP.NET Core MVC.</Description>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>

View File

@ -3,6 +3,8 @@
<Import Project="..\..\build\common.props" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <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> <Description>Shared test suite for Asp.Net Identity Core as a service store implementations.</Description>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>

View File

@ -3,6 +3,8 @@
<Import Project="..\..\build\common.props" /> <Import Project="..\..\build\common.props" />
<PropertyGroup> <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> <Description>ASP.NET Core Identity Service implementation based on Entity Framework.</Description>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>