winget-cli

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

commit abd0f94866e51a0e64c5aa363248dd7da321aa15
parent 881904c9116bfee91f665cb737f556678eeaf25a
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date:   Fri,  4 Aug 2023 11:06:06 -0700

Fix Component Governace issue with System.Security.Cryptography.Xml (#3495)


Diffstat:
Msrc/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj | 1+
Msrc/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj b/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj @@ -35,6 +35,7 @@ </PackageReference> <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" /> </ItemGroup> <!-- CsWinRT properties --> diff --git a/src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj b/src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj @@ -48,6 +48,7 @@ </PackageReference> <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" /> </ItemGroup> <ItemGroup>