winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9825812f58a130a1aedafb40cf3aab7e53226ff5
parent 43425fe97d237e03026fca4530dbc422ab445595
Author: Ruben Guerrero <rubengu@microsoft.com>
Date:   Mon, 15 Jul 2024 13:45:09 -0700

Fix Component Governance (#4629)

Upgrade System.Formats.Asn1 from 6.0.0 to 6.0.1
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4629)
Diffstat:
Msrc/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj b/src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj @@ -49,6 +49,7 @@ <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" /> + <PackageReference Include="System.Formats.Asn1" Version="6.0.1" /> </ItemGroup> <ItemGroup>