Skip to content

Commit

Permalink
stop using preview version of Pomelo driver for EF. fixes #2127 (#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik authored Dec 13, 2024
1 parent 36bf171 commit b68d35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="2.19.190" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="3.21.120" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
<PackageVersion Include="prometheus-net" Version="8.1.0" />
<PackageVersion Include="PublicApiGenerator" Version="11.0.0" />
<PackageVersion Include="Qdrant.Client" Version="1.12.0" />
Expand Down
2 changes: 1 addition & 1 deletion build/versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<HealthCheckUICore>9.0.0</HealthCheckUICore>
<HealthCheckUIData>9.0.0</HealthCheckUIData>
<HealthCheckUIInMemoryStorage>9.0.0</HealthCheckUIInMemoryStorage>
<HealthCheckUIMySqlStorage>9.0.0-preview1</HealthCheckUIMySqlStorage>
<HealthCheckUIMySqlStorage>9.0.0</HealthCheckUIMySqlStorage>
<HealthCheckUISQLiteStorage>9.0.0</HealthCheckUISQLiteStorage>
<HealthCheckUISqlServerStorage>9.0.0</HealthCheckUISqlServerStorage>
<HealthCheckUri>9.0.0</HealthCheckUri>
Expand Down

0 comments on commit b68d35a

Please sign in to comment.