Skip to content

Commit

Permalink
Merge pull request #1767 from dotnet/main
Browse files Browse the repository at this point in the history
✅ Merge `main` into `live`
  • Loading branch information
dotnet-policy-service[bot] authored Oct 8, 2024
2 parents 48f6051 + 4e4a532 commit f0daaee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/database/postgresql-entity-framework-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Here are the configurable options with corresponding default values:

| Name | Description |
|-----------------------|--------------------------------------------------------------------------------------------------------|
| `ConnectionString` | The connection string of the SQL Server database to connect to. |
| `ConnectionString` | The connection string of the PostgreSQL database to connect to. |
| `MaxRetryCount` | The maximum number of retry attempts. Default value is 6, set it to 0 to disable the retry mechanism. |
| `DisableHealthChecks` | A boolean value that indicates whether the database health check is disabled or not. |
| `DisableTracing` | A boolean value that indicates whether the OpenTelemetry tracing is disabled or not. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Resilience" Version="8.7.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.7" />
Expand Down

0 comments on commit f0daaee

Please sign in to comment.