From 926d0c246dcc42a9eee72f8db41a40ae72770921 Mon Sep 17 00:00:00 2001
From: Paul Medynski <31868385+paulmedynski@users.noreply.github.com>
Date: Wed, 16 Apr 2025 15:33:57 -0300
Subject: [PATCH 1/3] - Addressing Dependabot alert #13:
https://github.com/dotnet/SqlClient/security/dependabot/13
---
....Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec b/tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec
index 0f1e9b8867..173b8ba9cd 100644
--- a/tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec
+++ b/tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec
@@ -28,7 +28,7 @@ Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyStoreProvider.SqlColumnEncrypti
-
+
From 3df1313e36fb9280cd02051b9d961818c24e0477 Mon Sep 17 00:00:00 2001
From: Paul Medynski <31868385+paulmedynski@users.noreply.github.com>
Date: Thu, 17 Apr 2025 07:56:48 -0300
Subject: [PATCH 2/3] - Fixed MDS version in AKV .nuspec. - Bumped .NET 9
dependencies to their latest patch versions.
---
tools/props/VersionsNet9OrLater.props | 10 +++++-----
tools/specs/Microsoft.Data.SqlClient.nuspec | 8 ++++----
...Client.AlwaysEncrypted.AzureKeyVaultProvider.nuspec | 8 ++++----
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/tools/props/VersionsNet9OrLater.props b/tools/props/VersionsNet9OrLater.props
index 3901034263..4b9e30bd77 100644
--- a/tools/props/VersionsNet9OrLater.props
+++ b/tools/props/VersionsNet9OrLater.props
@@ -2,9 +2,9 @@
- 9.0.0
- 9.0.0
- 9.0.0
- 9.0.0
+ 9.0.4
+ 9.0.4
+ 9.0.4
+ 9.0.4
-
\ No newline at end of file
+
diff --git a/tools/specs/Microsoft.Data.SqlClient.nuspec b/tools/specs/Microsoft.Data.SqlClient.nuspec
index a98ad7ac4b..0dad456fb9 100644
--- a/tools/specs/Microsoft.Data.SqlClient.nuspec
+++ b/tools/specs/Microsoft.Data.SqlClient.nuspec
@@ -54,13 +54,13 @@ When using NuGet 3.x this package requires at least version 3.4.
-
+
-
-
-
+
+
+
diff --git a/tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec b/tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec
index 173b8ba9cd..bb237f6df7 100644
--- a/tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec
+++ b/tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec
@@ -25,22 +25,22 @@ Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyStoreProvider.SqlColumnEncrypti
sqlclient microsoft.data.sqlclient azurekeyvaultprovider akvprovider alwaysencrypted
-
+
-
+
-
+
-
+
From fcd6a7b509e58925f5f3488fe6e5bb225e6cb797 Mon Sep 17 00:00:00 2001
From: Paul Medynski <31868385+paulmedynski@users.noreply.github.com>
Date: Thu, 17 Apr 2025 14:49:10 -0300
Subject: [PATCH 3/3] Added TSAUpload bug workaround to TSA options config.
---
.config/tsaoptions.json | 2 +-
eng/pipelines/dotnet-sqlclient-signing-pipeline.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json
index c9e3a2cfb6..077ef21c76 100644
--- a/.config/tsaoptions.json
+++ b/.config/tsaoptions.json
@@ -7,7 +7,7 @@
"repositoryName": "SqlClient",
"codebaseName": "SqlClient",
"allTools": true,
- "template": "MSDATA_RevolutionR",
+ "template": "MSDATA_RevolutionR_Overloaded0",
"language": "csharp",
"includePathPatterns": "src/Microsoft.Data.SqlClient/*, src/Microsoft.SqlServer.Server/*, tools/*",
"excludePathPatterns": "src/Microsoft.Data.SqlClient/tests/*"
diff --git a/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml b/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
index 124741642c..2111df9687 100644
--- a/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
+++ b/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
@@ -48,7 +48,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
- name: MDS_PackageRef_Version
displayName: 'MDS package version of AKV Provider (build AKV)'
type: string
- default: 5.1.5
+ default: 6.0.1
- name: CurrentNetFxVersion
displayName: 'Lowest supported .NET Framework version (MDS validation)'