Skip to content

Commit

Permalink
Update using-sql-server.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Dec 19, 2023
1 parent 8a4d6b7 commit cdbbb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/using-sql-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The 1.8 version of the ``Hangfire.SqlServer`` package comes with no explicit ref
.. code-block:: xml
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="*">
<PackageReference Include="Microsoft.Data.SqlClient" Version="*" />
</ItemGroup>
**System.Data.SqlClient**
Expand All @@ -38,7 +38,7 @@ Suppose you'd prefer to keep the previous SQL Client package instead for compati
.. code-block:: xml
<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="*">
<PackageReference Include="System.Data.SqlClient" Version="*" />
</ItemGroup>
**Explicit configuration**
Expand Down

0 comments on commit cdbbb3e

Please sign in to comment.