Skip to content

Commit 9ef9e40

Browse files
committed
IdentityServer4 4.1.0
1 parent 02eb4ec commit 9ef9e40

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/IdentityServer4AspNetCoreIdentityTemplate.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<copyright>2020 damienbod</copyright>
1919
<summary>This template provides a simle getting started for IdentityServer4 with Identity. Identity is Localized and the UI uses Bootstrap 4, Remove AllowAnonymous from the logout</summary>
20-
<releaseNotes>FIDO2 Anti-forgery tokens, updated nuget packages 3.1.7, update npm packages</releaseNotes>
20+
<releaseNotes>FIDO2 Anti-forgery tokens, updated nuget packages 3.1.8, update npm packages</releaseNotes>
2121
<repository type="git" url="https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate" />
2222
<packageTypes>
2323
<packageType name="Template" />

content/StsServerIdentity/StsServerIdentity.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
16-
<PackageReference Include="IdentityServer4" Version="4.0.4" />
17-
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.0.4" />
16+
<PackageReference Include="IdentityServer4" Version="4.1.0" />
17+
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.1.0" />
1818
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.8" />
1919
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.8" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.8" />

0 commit comments

Comments
 (0)