File tree 2 files changed +1
-5
lines changed
src/Microsoft.Data.SqlClient/netcore/src
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 969
969
<PackageReference Condition =" $(TargetGroup) == 'netstandard' and '$(TargetsWindows)' == 'true' and '$(IsUAPAssembly)' != 'true'" Include =" Microsoft.Win32.Registry" Version =" $(MicrosoftWin32RegistryVersion)" />
970
970
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" $(SystemConfigurationConfigurationManagerVersion)" />
971
971
<PackageReference Include =" System.Security.Permissions" Version =" $(SystemSecurityPermissionsVersion)" />
972
- <PackageReference Include =" System.Security.Principal.Windows" Version =" $(SystemSecurityPrincipalWindowsVersion)" />
972
+ <PackageReference Condition = " $(TargetGroup) == 'netstandard' " Include =" System.Security.Principal.Windows" Version =" $(SystemSecurityPrincipalWindowsVersion)" />
973
973
<PackageReference Include =" System.Text.Encoding.CodePages" Version =" $(SystemTextEncodingCodePagesVersion)" />
974
974
<PackageReference Include =" System.Text.Encodings.Web" Version =" $(SystemTextEncodingsWebVersion)" />
975
975
<PackageReference Include =" Microsoft.Data.SqlClient.SNI.runtime" Version =" $(MicrosoftDataSqlClientSNIRuntimeVersion)" />
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
50
50
<dependency id =" System.Runtime.Caching" version =" 6.0.0" exclude =" Compile" />
51
51
<dependency id =" System.Text.Encoding.CodePages" version =" 6.0.0" exclude =" Compile" />
52
52
<dependency id =" System.Text.Encodings.Web" version =" 6.0.0" />
53
- <dependency id =" System.Security.Cryptography.Cng" version =" 5.0.0" />
54
- <dependency id =" System.Security.Principal.Windows" version =" 5.0.0" exclude =" Compile" />
55
53
</group >
56
54
<group targetFramework =" net6.0" >
57
55
<dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 5.1.1" exclude =" Compile" />
@@ -64,8 +62,6 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
64
62
<dependency id =" System.Runtime.Caching" version =" 6.0.0" exclude =" Compile" />
65
63
<dependency id =" System.Text.Encoding.CodePages" version =" 6.0.0" exclude =" Compile" />
66
64
<dependency id =" System.Text.Encodings.Web" version =" 6.0.0" />
67
- <dependency id =" System.Security.Cryptography.Cng" version =" 5.0.0" />
68
- <dependency id =" System.Security.Principal.Windows" version =" 5.0.0" exclude =" Compile" />
69
65
</group >
70
66
<group targetFramework =" netstandard2.0" >
71
67
<dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 5.1.1" exclude =" Compile" />
You can’t perform that action at this time.
0 commit comments