From 90907b4440dd38ae8652b5de9ec9cf6d1c14c094 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 25 Apr 2026 11:02:18 -0400 Subject: [PATCH] Bump Microsoft.Data.SqlClient to 7.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SqlClient 7.0 split Azure/Entra dependencies out of the core package, so projects with Entra-Interactive auth paths (ActiveDirectoryInteractive) also need the new Microsoft.Data.SqlClient.Extensions.Azure helper to keep MFA login working at runtime. Bumps to 7.0.1 across: - Dashboard (+ Extensions.Azure 1.0.0) - Lite (+ Extensions.Azure 1.0.0) - Installer.Core (+ Extensions.Azure 1.0.0; transitive via Installer/InstallerGui/Installer.Tests) - InstallerGui (+ Extensions.Azure 1.0.0) - Installer (no Extensions.Azure — no Entra path) - Installer.Tests (no Extensions.Azure — no Entra path) Connection strings already set Encrypt explicitly everywhere, so the 4.0-era default flip is a no-op for this repo. SQL Server 2012+ remains supported (so all of 2016/2017/2019/2022/2025 stay reachable). Verified: - All six projects build clean - Installer.Tests: 46/46 passing against real SQL - Lite.Tests: 257/257 passing against real SQL - Dashboard and Lite launch and stay running Co-Authored-By: Claude Opus 4.7 (1M context) --- Dashboard/Dashboard.csproj | 3 ++- Installer.Core/Installer.Core.csproj | 3 ++- Installer.Tests/Installer.Tests.csproj | 2 +- Installer/PerformanceMonitorInstaller.csproj | 2 +- InstallerGui/InstallerGui.csproj | 3 ++- Lite/PerformanceMonitorLite.csproj | 3 ++- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Dashboard/Dashboard.csproj b/Dashboard/Dashboard.csproj index bf76c58d..2d08cfae 100644 --- a/Dashboard/Dashboard.csproj +++ b/Dashboard/Dashboard.csproj @@ -35,7 +35,8 @@ - + + diff --git a/Installer.Core/Installer.Core.csproj b/Installer.Core/Installer.Core.csproj index c5d9b0c0..d37056cb 100644 --- a/Installer.Core/Installer.Core.csproj +++ b/Installer.Core/Installer.Core.csproj @@ -19,7 +19,8 @@ - + + diff --git a/Installer.Tests/Installer.Tests.csproj b/Installer.Tests/Installer.Tests.csproj index 18a446f8..6c8dd23d 100644 --- a/Installer.Tests/Installer.Tests.csproj +++ b/Installer.Tests/Installer.Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Installer/PerformanceMonitorInstaller.csproj b/Installer/PerformanceMonitorInstaller.csproj index 83b6b38e..222138f1 100644 --- a/Installer/PerformanceMonitorInstaller.csproj +++ b/Installer/PerformanceMonitorInstaller.csproj @@ -31,7 +31,7 @@ - + diff --git a/InstallerGui/InstallerGui.csproj b/InstallerGui/InstallerGui.csproj index 61d0342e..6e6a58ef 100644 --- a/InstallerGui/InstallerGui.csproj +++ b/InstallerGui/InstallerGui.csproj @@ -27,7 +27,8 @@ - + + diff --git a/Lite/PerformanceMonitorLite.csproj b/Lite/PerformanceMonitorLite.csproj index 80701a65..d8fe59b7 100644 --- a/Lite/PerformanceMonitorLite.csproj +++ b/Lite/PerformanceMonitorLite.csproj @@ -41,7 +41,8 @@ - + +