Skip to content

Commit

Permalink
Update dependency on System.Data.SqlClient (microsoft#4083)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
florelis authored Jan 19, 2024
1 parent 4993e4b commit 231bb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void OpenIndex()
[DisplayTestMethodName]
public void OpenIndexFileDontExist()
{
// Verify fails with non existent file.
// Verify fails with nonexistent file.
var exception = Assert.Throws<WinGetSQLiteIndexException>(
() =>
{
Expand Down

0 comments on commit 231bb78

Please sign in to comment.