@@ -29,38 +29,39 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
29
29
<tags >sqlclient microsoft.data.sqlclient</tags >
30
30
<dependencies >
31
31
<group targetFramework =" net462" >
32
+ <dependency id =" Azure.Identity" version =" 1.14.2" />
33
+ <dependency id =" Microsoft.Bcl.Cryptography" version =" 8.0.0" />
32
34
<dependency id =" Microsoft.Data.SqlClient.SNI" version =" 6.0.2" />
33
- <dependency id =" Azure.Identity" version =" 1.11.4" />
34
35
<dependency id =" Microsoft.Extensions.Caching.Memory" version =" 8.0.1" exclude =" Compile" />
35
36
<dependency id =" Microsoft.IdentityModel.JsonWebTokens" version =" 7.5.0" />
36
37
<dependency id =" Microsoft.IdentityModel.Protocols.OpenIdConnect" version =" 7.5.0" />
37
38
<dependency id =" System.Buffers" version =" 4.5.1" />
38
- <dependency id =" System.Text.Encodings.Web" version =" 6 .0.0" />
39
- <dependency id =" System.Text.Json" version =" 6 .0.10 " />
39
+ <dependency id =" System.Text.Encodings.Web" version =" 8 .0.0" />
40
+ <dependency id =" System.Text.Json" version =" 8 .0.5 " />
40
41
<dependency id =" System.Security.Cryptography.Pkcs" version =" 8.0.1" />
41
- <dependency id =" Microsoft.Bcl.Cryptography" version =" 8.0.0" />
42
42
</group >
43
43
<group targetFramework =" net8.0" >
44
+ <dependency id =" Azure.Identity" version =" 1.14.2" />
45
+ <dependency id =" Microsoft.Bcl.Cryptography" version =" 8.0.0" />
44
46
<dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 6.0.2" exclude =" Compile" />
45
- <dependency id =" Azure.Identity" version =" 1.11.4" />
46
47
<dependency id =" Microsoft.Extensions.Caching.Memory" version =" 8.0.1" exclude =" Compile" />
47
48
<dependency id =" Microsoft.IdentityModel.JsonWebTokens" version =" 7.5.0" />
48
49
<dependency id =" Microsoft.IdentityModel.Protocols.OpenIdConnect" version =" 7.5.0" />
49
50
<dependency id =" Microsoft.SqlServer.Server" version =" 1.0.0" />
50
51
<dependency id =" System.Configuration.ConfigurationManager" version =" 8.0.1" exclude =" Compile" />
51
52
<dependency id =" System.Security.Cryptography.Pkcs" version =" 8.0.1" />
52
- <dependency id =" Microsoft.Bcl.Cryptography" version =" 8.0.0" />
53
53
</group >
54
54
<group targetFramework =" net9.0" >
55
+ <dependency id =" Azure.Identity" version =" 1.14.2" />
56
+ <dependency id =" Microsoft.Bcl.Cryptography" version =" 9.0.4" />
55
57
<dependency id =" Microsoft.Data.SqlClient.SNI.runtime" version =" 6.0.2" exclude =" Compile" />
56
- <dependency id =" Azure.Identity" version =" 1.11.4" />
57
58
<dependency id =" Microsoft.Extensions.Caching.Memory" version =" 9.0.4" exclude =" Compile" />
58
59
<dependency id =" Microsoft.IdentityModel.JsonWebTokens" version =" 7.5.0" />
59
60
<dependency id =" Microsoft.IdentityModel.Protocols.OpenIdConnect" version =" 7.5.0" />
60
61
<dependency id =" Microsoft.SqlServer.Server" version =" 1.0.0" />
61
62
<dependency id =" System.Configuration.ConfigurationManager" version =" 9.0.4" exclude =" Compile" />
62
- <dependency id =" System.Security.Cryptography.Pkcs" version =" 9.0.4" />
63
- <dependency id =" Microsoft.Bcl.Cryptography " version =" 9.0.4 " />
63
+ <dependency id =" System.Security.Cryptography.Pkcs" version =" 9.0.4" />
64
+ <dependency id =" System.Text.Json " version =" 9.0.5 " />
64
65
</group >
65
66
</dependencies >
66
67
<frameworkAssemblies >
0 commit comments