Skip to content

Commit 2931129

Browse files
wip
1 parent 2e50087 commit 2931129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
1111
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
1212
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
13-
<PackageVersion Include="Duende.IdentityModel" Version="8.0.1" />
13+
<PackageVersion Include="Duende.IdentityModel" Version="8.1.0" />
1414
<PackageVersion Include="Duende.IdentityServer" Version="7.4.2" />
1515
<PackageVersion Include="MartinCostello.Logging.XUnit.v3" Version="0.7.0" />
1616
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(FrameworkVersion)" />

identity-model-oidc-client/src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReadmePath>README.md</PackageReadmePath>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<ProjectReference Include="../../../identity-model/src/IdentityModel/IdentityModel.csproj" />
15+
<PackageReference Include="Duende.IdentityModel" />
1616
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)