commit 231bb787eb6822b06f2921cddf9a9dfb60ef3ec3
parent 4993e4ba5ba49a2fdba2d3e049cf5b8b0d6e1e51
Author: Flor Chacón <14323496+florelis@users.noreply.github.com>
Date: Thu, 18 Jan 2024 16:06:15 -0800
Update dependency on System.Data.SqlClient (#4083)
Updating dependency on System.Data.SqlClient due to a Component
Governance alert
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4083)
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj b/src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj
@@ -45,6 +45,7 @@
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
+ <PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
diff --git a/src/WinGetUtilInterop.UnitTests/APIUnitTests/SQLiteIndexUnitTests.cs b/src/WinGetUtilInterop.UnitTests/APIUnitTests/SQLiteIndexUnitTests.cs
@@ -85,7 +85,7 @@ namespace WinGetUtilInterop.UnitTests.APIUnitTests
[DisplayTestMethodName]
public void OpenIndexFileDontExist()
{
- // Verify fails with non existent file.
+ // Verify fails with nonexistent file.
var exception = Assert.Throws<WinGetSQLiteIndexException>(
() =>
{