Skip to content

Commit 7fc9351

Browse files
committed
Adding System.Data.Common to nuspec & netfx reference project
1 parent 0475f28 commit 7fc9351

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
<ItemGroup>
2828
<PackageReference Include="Azure.Identity" Version="$(AzureIdentityVersion)" />
2929
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />
30+
<PackageReference Include="System.Data.Common" Version="$(SystemDataCommonVersion)" />
3031
</ItemGroup>
3132
</Project>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
3737
<dependency id="System.Buffers" version="4.5.1" />
3838
<dependency id="System.Text.Encodings.Web" version="6.0.0" />
3939
<dependency id="System.Text.Json" version="6.0.10" />
40+
<dependency id="System.Data.Common" version="4.3.0" />
4041
</group>
4142
<group targetFramework="net8.0">
4243
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="6.0.0-preview1.24226.4" exclude="Compile" />

0 commit comments

Comments
 (0)