Skip to content

Commit 8f73e73

Browse files
committed
Updated SqlClient to latest version
Updated `Microsoft.Data.SqlClient` from 1.1.1 (February) to 1.1.2 (April). This dependency requirement will be inherited by implementors since it's a public dependency.
1 parent d064cf2 commit 8f73e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.Data.Sql/OnTopic.Data.Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4646
</PackageReference>
47-
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.1" />
47+
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.2" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

0 commit comments

Comments
 (0)