Skip to content

Commit b1f8944

Browse files
Fix AKV nuspec
1 parent 156dabb commit b1f8944

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyStoreProvider.SqlColumnEncrypti
3636
</group>
3737
<group targetFramework="netstandard2.0">
3838
<dependency id="Microsoft.Data.SqlClient" version="2.1.0" />
39-
<dependency id="Microsoft.Azure.KeyVault" version="[3.0.4,4.0.0)" />
40-
<dependency id="Microsoft.Azure.KeyVault.WebKey" version="[3.0.4,4.0.0)" />
41-
<dependency id="Microsoft.Rest.ClientRuntime" version="[2.3.20,3.0.0)" />
42-
<dependency id="Microsoft.Rest.ClientRuntime.Azure" version="[3.3.19,4.0.0)" />
39+
<dependency id="Azure.Core" version="[1.2.2,2.0.0)" />
40+
<dependency id="Azure.Security.KeyVault.Keys" version="[4.0.3,5.0.0)" />
4341
</group>
4442
</dependencies>
4543
<frameworkAssemblies>

0 commit comments

Comments
 (0)