You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
6.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata minClientVersion="2.12">
  4. <id>Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider</id>
  5. <version>1.0.0</version>
  6. <title>Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider</title>
  7. <authors>Microsoft</authors>
  8. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  9. <license type="expression">MIT</license>
  10. <projectUrl>https://aka.ms/sqlclientproject</projectUrl>
  11. <icon>dotnet.png</icon>
  12. <repository type="git" url="https://github.com/dotnet/sqlclient" commit="$COMMITID$"/>
  13. <description>Always Encrypted Azure Key Vault Provider for Microsoft.Data.SqlClient.
  14. This library enables .NET Core and .NET Framework applications to use Microsoft Azure Key Vault with Always Encrypted in Microsoft Azure SQL Database and Microsoft SQL Server. The library includes the column master key store provider that allows client applications to access data when a column master key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please refer to: https://aka.ms/AlwaysEncrypted.
  15. Use this library only with the Microsoft.Data.SqlClient (https://www.nuget.org/packages/Microsoft.Data.SqlClient) client driver. If you are using the legacy .NET Framework Data Provider for SQL Server within the System.Data.SqlClient namespace in .NET Framework (https://www.nuget.org/packages/System.Data.SqlClient) as a client driver, you need to use Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider (http://www.nuget.org/packages/Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider) instead of this package.
  16. Available Types:
  17. Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyStoreProvider.SqlColumnEncryptionAzureKeyVaultProvider
  18. </description>
  19. <releaseNotes>https://go.microsoft.com/fwlink/?linkid=2090501</releaseNotes>
  20. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  21. <tags>sqlclient microsoft.data.sqlclient azurekeyvaultprovider akvprovider alwaysencrypted</tags>
  22. <dependencies>
  23. <group targetFramework="net462">
  24. <dependency id="Microsoft.Data.SqlClient" version="[6.0.1,6.1.0)" />
  25. <dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
  26. <dependency id="Azure.Security.KeyVault.Keys" version="[4.5.0,5.0.0)" />
  27. <dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" />
  28. </group>
  29. <group targetFramework="net8.0">
  30. <dependency id="Microsoft.Data.SqlClient" version="[6.0.1,6.1.0)" />
  31. <dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
  32. <dependency id="Azure.Security.KeyVault.Keys" version="[4.5.0,5.0.0)" />
  33. <dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" />
  34. </group>
  35. <group targetFramework="net9.0">
  36. <dependency id="Microsoft.Data.SqlClient" version="[6.0.1,6.1.0)" />
  37. <dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
  38. <dependency id="Azure.Security.KeyVault.Keys" version="[4.5.0,5.0.0)" />
  39. <dependency id="Microsoft.Extensions.Caching.Memory" version="9.0.4" />
  40. </group>
  41. </dependencies>
  42. <frameworkAssemblies>
  43. <frameworkAssembly assemblyName="mscorlib" targetFramework="net462" />
  44. <frameworkAssembly assemblyName="System.Data" targetFramework="net462" />
  45. </frameworkAssemblies>
  46. </metadata>
  47. <files>
  48. <file src="..\..\icons\dotnet.png" target="" />
  49. <!-- NetFx Files -->
  50. <file src="..\..\..\artifacts\$ReferenceType$\bin\Windows_NT\$Configuration$.AnyCPU\AzureKeyVaultProvider\net462\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.dll" target="lib\net462\" exclude="" />
  51. <file src="..\..\..\artifacts\$ReferenceType$\bin\Windows_NT\$Configuration$.AnyCPU\AzureKeyVaultProvider\net462\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.pdb" target="lib\net462\" exclude="" />
  52. <file src="..\..\..\artifacts\$ReferenceType$\bin\Windows_NT\$Configuration$.AnyCPU\AzureKeyVaultProvider\net462\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.xml" target="lib\net462\" exclude="" />
  53. <file src="..\..\..\artifacts\$ReferenceType$\bin\Windows_NT\$Configuration$.AnyCPU\AzureKeyVaultProvider\net462\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.dll" target="runtimes\win\lib\net462\" exclude="" />
  54. <file src="..\..\..\artifacts\$ReferenceType$\bin\Windows_NT\$Configuration$.AnyCPU\AzureKeyVaultProvider\net462\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.pdb" target="runtimes\win\lib\net462\" exclude="" />
  55. <!-- NetCore Files -->
  56. <file src="..\..\..\artifacts\$ReferenceType$\bin\AnyOS\$Configuration$.AnyCPU\AzureKeyVaultProvider\net8.0\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.dll" target="lib\net8.0\" exclude="" />
  57. <file src="..\..\..\artifacts\$ReferenceType$\bin\Windows_NT\$Configuration$.AnyCPU\AzureKeyVaultProvider\net8.0\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.dll" target="runtimes\win\lib\net8.0\" exclude="" />
  58. <file src="..\..\..\artifacts\$ReferenceType$\bin\Unix\$Configuration$.AnyCPU\AzureKeyVaultProvider\net8.0\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.dll" target="runtimes\unix\lib\net8.0\" exclude="" />
  59. <file src="..\..\..\artifacts\$ReferenceType$\bin\AnyOS\$Configuration$.AnyCPU\AzureKeyVaultProvider\net8.0\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.pdb" target="lib\net8.0\" exclude="" />
  60. <file src="..\..\..\artifacts\$ReferenceType$\bin\Windows_NT\$Configuration$.AnyCPU\AzureKeyVaultProvider\net8.0\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.pdb" target="runtimes\win\lib\net8.0\" exclude="" />
  61. <file src="..\..\..\artifacts\$ReferenceType$\bin\Unix\$Configuration$.AnyCPU\AzureKeyVaultProvider\net8.0\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.pdb" target="runtimes\unix\lib\net8.0\" exclude="" />
  62. <file src="..\..\..\artifacts\$ReferenceType$\bin\AnyOS\$Configuration$.AnyCPU\AzureKeyVaultProvider\net8.0\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.xml" target="lib\net8.0\" exclude="" />
  63. </files>
  64. </package>