Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a8a0fba

Browse files
Bump IdentityServerVersion from 7.0.6 to 7.0.8
Bumps `IdentityServerVersion` from 7.0.6 to 7.0.8. Updates `Duende.IdentityServer` from 7.0.6 to 7.0.8 - [Release notes](https://github.com/DuendeSoftware/IdentityServer/releases) - [Commits](DuendeSoftware/products@7.0.6...7.0.8) Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.1 to 8.0.3 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: Duende.IdentityServer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29bef25 commit a8a0fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
3-
<FrameworkVersion>8.0.1</FrameworkVersion>
3+
<FrameworkVersion>8.0.3</FrameworkVersion>
44
<ExtensionsVersion>8.0.0</ExtensionsVersion>
55
<WilsonVersion>7.1.2</WilsonVersion>
6-
<IdentityServerVersion>7.0.6</IdentityServerVersion>
6+
<IdentityServerVersion>7.0.8</IdentityServerVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)