From b56dc070fbd712d843ebf40bcb2a9b68b0f5056b Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 1 Nov 2018 13:32:23 -0700 Subject: [PATCH] Ensure ApiAuthorization.IdentityServer doesn't build a 2.2.0 package with the rest of RTM (#2049) --- .../Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ApiAuth.IS/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj b/src/ApiAuth.IS/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj index 43405cd0..edbb13fc 100644 --- a/src/ApiAuth.IS/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj +++ b/src/ApiAuth.IS/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj @@ -1,6 +1,8 @@  + + 2.2.0-preview-$(BuildNumber) netstandard2.0 ASP.NET Core API Authorization package powered by Identity Server. true