Skip to content

Commit b56dc07

Browse files
authored
Ensure ApiAuthorization.IdentityServer doesn't build a 2.2.0 package with the rest of RTM (#2049)
1 parent 5e10eb1 commit b56dc07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ApiAuth.IS/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<!-- This package is going to ship out of band with 2.2 RTM, so this ensures we don't build a "2.2.0" package with the rest of the runtime. -->
5+
<PackageVersion>2.2.0-preview-$(BuildNumber)</PackageVersion>
46
<TargetFramework>netstandard2.0</TargetFramework>
57
<Description>ASP.NET Core API Authorization package powered by Identity Server.</Description>
68
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)