Skip to content

Commit

Permalink
Include oauth package for openid connect.
Browse files Browse the repository at this point in the history
refs JIT-95035
  • Loading branch information
jb-preston-jennings committed Nov 27, 2023
1 parent 49b03bf commit 06bce6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pack-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Microsoft.AspNetCore.Antiforgery.csproj
Microsoft.AspNetCore.Authentication.Abstractions.csproj
Microsoft.AspNetCore.Authentication.Cookies.csproj
Microsoft.AspNetCore.Authentication.Core.csproj
Microsoft.AspNetCore.Authentication.OAuth.csproj
Microsoft.AspNetCore.Authentication.csproj
Microsoft.AspNetCore.Authorization.csproj
Microsoft.AspNetCore.Authorization.Policy.csproj
Expand Down
3 changes: 2 additions & 1 deletion pack.sh.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#! /bin/zsh

set -e
set -e

(cd src/Servers/Kestrel && dotnet pack ./Kestrel.slnf)

dotnet pack **/Microsoft.AspNetCore.Authentication.csproj
dotnet pack **/Microsoft.AspNetCore.Authentication.Abstractions.csproj
dotnet pack **/Microsoft.AspNetCore.Authentication.Cookies.csproj
dotnet pack **/Microsoft.AspNetCore.Authentication.Core.csproj
dotnet pack **/Microsoft.AspNetCore.Authentication.OAuth.csproj
dotnet pack **/Microsoft.AspNetCore.Authorization.csproj
dotnet pack **/Microsoft.AspNetCore.CookiePolicy.csproj
dotnet pack **/Microsoft.AspNetCore.Connections.Abstractions.csproj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsAspNetCoreApp>true</IsAspNetCoreApp>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;authentication;security</PackageTags>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 06bce6c

Please sign in to comment.