Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-abblix committed Apr 3, 2024
2 parents 7fc341b + 40fa221 commit 23a0464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Abblix.Oidc.Server.Mvc/Abblix.Oidc.Server.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Abblix.DependencyInjection\Abblix.DependencyInjection.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Abblix.Jwt\Abblix.Jwt.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Abblix.Oidc.Server\Abblix.Oidc.Server.csproj" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Abblix.Oidc.Server.Tests/Abblix.Oidc.Server.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Abblix.Jwt\Abblix.Jwt.csproj" />
<ProjectReference Include="..\Abblix.Oidc.Server\Abblix.Oidc.Server.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 23a0464

Please sign in to comment.