mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Merge pull request #2238 from DuendeSoftware/beh/consolidate-ef-deps
Consolidated EF Core versions to prevent missing method exceptions
This commit is contained in:
commit
cfc2b8124e
3 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue