We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f49855 + 5bb827d commit 99f050dCopy full SHA for 99f050d
src/content/docs/identityserver/upgrades/v7_3-to-v7_4.md
@@ -27,6 +27,9 @@ There are no schema changes needed for IdentityServer 7.4. Small code changes ma
27
- Removed public unused class `Duende.IdentityServer.Models.DiscoveryDocument`
28
- Marked static properties referring to counters in `Telemetry.cs` as `readonly`
29
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
+
33
## Step 1: Update NuGet package
34
35
In your IdentityServer host project, update the version of the NuGet.
0 commit comments