Skip to content

Commit 32e95e5

Browse files
committed
add package
1 parent 0a6c5f1 commit 32e95e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
</ItemGroup>
2323
<ItemGroup Condition="'$(TargetGroup)' == 'netstandard'">
2424
<Compile Include="Microsoft.Data.SqlClient.NetStandard.cs" />
25+
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
2526
</ItemGroup>
2627
<ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp'">
2728
<PackageReference Include="System.Security.Cryptography.Cng" Version="$(SystemSecurityCryptographyCngVersion)" />

0 commit comments

Comments
 (0)