@@ -28,7 +28,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
28
28
<tags >sqlclient microsoft.data.sqlclient</tags >
29
29
<dependencies >
30
30
<group targetFramework =" net461" >
31
- <dependency id =" Microsoft.Data.SqlClient.SNI" version =" 4.0.0-preview1.21232.1 " />
31
+ <dependency id =" Microsoft.Data.SqlClient.SNI" version =" 4.0.0" />
32
32
<dependency id =" Azure.Identity" version =" 1.3.0" />
33
33
<dependency id =" Microsoft.Identity.Client" version =" 4.22.0" />
34
34
<dependency id =" Microsoft.IdentityModel.JsonWebTokens" version =" 6.8.0" />
@@ -42,7 +42,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
42
42
<dependency id =" System.Text.Encodings.Web" version =" 4.7.2" />
43
43
</group >
44
44
<group targetFramework =" netcoreapp3.1" >
45
- <dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 4.0.0-preview1.21232.1 " exclude =" Compile" />
45
+ <dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 4.0.0" exclude =" Compile" />
46
46
<dependency id =" Azure.Identity" version =" 1.3.0" />
47
47
<dependency id =" Microsoft.Identity.Client" version =" 4.22.0" exclude =" Compile" />
48
48
<dependency id =" Microsoft.IdentityModel.Protocols.OpenIdConnect" version =" 6.8.0" />
@@ -60,7 +60,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
60
60
<dependency id =" System.Security.Principal.Windows" version =" 5.0.0" exclude =" Compile" />
61
61
</group >
62
62
<group targetFramework =" netstandard2.0" >
63
- <dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 4.0.0-preview1.21232.1 " exclude =" Compile" />
63
+ <dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 4.0.0" exclude =" Compile" />
64
64
<dependency id =" Azure.Identity" version =" 1.3.0" />
65
65
<dependency id =" Microsoft.Identity.Client" version =" 4.22.0" exclude =" Compile" />
66
66
<dependency id =" Microsoft.IdentityModel.Protocols.OpenIdConnect" version =" 6.8.0" />
@@ -78,7 +78,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
78
78
<dependency id =" System.Security.Principal.Windows" version =" 5.0.0" exclude =" Compile" />
79
79
</group >
80
80
<group targetFramework =" netstandard2.1" >
81
- <dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 4.0.0-preview1.21232.1 " exclude =" Compile" />
81
+ <dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 4.0.0" exclude =" Compile" />
82
82
<dependency id =" Azure.Identity" version =" 1.3.0" />
83
83
<dependency id =" Microsoft.Identity.Client" version =" 4.22.0" exclude =" Compile" />
84
84
<dependency id =" Microsoft.IdentityModel.Protocols.OpenIdConnect" version =" 6.8.0" />
0 commit comments