Skip to content

Commit 8424186

Browse files
committed
Bump Duende.IdentityModel to 8.0.1
1 parent bfe1851 commit 8424186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<ExtensionsVersion>10.0.0</ExtensionsVersion>
3+
<ExtensionsVersion>10.0.4</ExtensionsVersion>
44
<WilsonVersion>[8.0.1,9.0.0)</WilsonVersion>
55
</PropertyGroup>
66
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
@@ -10,12 +10,12 @@
1010
<FrameworkVersion>9.0.0</FrameworkVersion>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(TargetFramework)' == 'net10.0'">
13-
<FrameworkVersion>10.0.0</FrameworkVersion>
13+
<FrameworkVersion>10.0.4</FrameworkVersion>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<PackageVersion Include="AngleSharp" Version="1.3.0" />
1717
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
18-
<PackageVersion Include="Duende.IdentityModel" Version="8.0.0" />
18+
<PackageVersion Include="Duende.IdentityModel" Version="8.0.1" />
1919
<PackageVersion Include="Duende.IdentityServer" Version="7.4.0-preview.2" />
2020
<PackageVersion Include="MartinCostello.Logging.XUnit.v3" Version="0.6.0" />
2121
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(FrameworkVersion)" />

0 commit comments

Comments
 (0)