Skip to content

Commit 99f050d

Browse files
authored
Merge pull request #957 from DuendeSoftware/mb/fix
Update IdentityServer upgrade docs to note EF Core dependency changes for .NET 8+
2 parents 7f49855 + 5bb827d commit 99f050d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/docs/identityserver/upgrades/v7_3-to-v7_4.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ There are no schema changes needed for IdentityServer 7.4. Small code changes ma
2727
- Removed public unused class `Duende.IdentityServer.Models.DiscoveryDocument`
2828
- Marked static properties referring to counters in `Telemetry.cs` as `readonly`
2929

30+
Note that `Duende.IdentityServer.EntityFramework.Storage` now depends on Entity Framework Core 9.x in the `net8.0`
31+
target framework, which should be fully supported on both .NET 8 and .NET 9. .NET 10 projects will use Entity Framework Core 10.x.
32+
3033
## Step 1: Update NuGet package
3134

3235
In your IdentityServer host project, update the version of the NuGet.

0 commit comments

Comments
 (0)