Merge pull request #2238 from DuendeSoftware/beh/consolidate-ef-deps

Consolidated EF Core versions to prevent missing method exceptions
This commit is contained in:
Brett Hazen 2025-10-08 14:42:50 -05:00 committed by GitHub
commit cfc2b8124e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -1,14 +1,14 @@
<Project>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
<FrameworkVersion>8.0.1</FrameworkVersion>
<EFCoreVersion>8.0.20</EFCoreVersion>
<EFCoreVersion>9.0.9</EFCoreVersion>
<IdentityEFCoreVersion>8.0.20</IdentityEFCoreVersion>
<RuntimeCompilationVersion>8.0.20</RuntimeCompilationVersion>
<AuthenticationCertificateVersion>8.0.16</AuthenticationCertificateVersion>
<IdentityModelVersion>7.1.2</IdentityModelVersion>
<CachingMemoryVersion>9.0.3</CachingMemoryVersion>
<SystemTextJsonVersion>9.0.9</SystemTextJsonVersion>
<LoggingAbstractionsVersion>8.0.2</LoggingAbstractionsVersion>
<LoggingAbstractionsVersion>9.0.9</LoggingAbstractionsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net9.0'">
<FrameworkVersion>9.0.3</FrameworkVersion>

View file

@ -26,6 +26,7 @@
## Bug Fixes
- Reject Pushed Authorization Requests with parameters duplicated in a JAR by @wcabus
- Emit Telemetry Event for Introspection Requests for Valid Tokens by @bhazen
- Consolidated EF Core versions to prevent missing method exceptions by @bhazen
## Code Quality
- Fixed typo in XML doc for Client.CoordinateLifetimeWithUserSession by @wcabus

View file

@ -2,7 +2,7 @@
<Project>
<Import Project="../../hosts_and_clients.props" />
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
<IsIdSrvProject>true</IsIdSrvProject>
</PropertyGroup>
</Project>