winget-cli

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

commit 1728cf71524d0046d8c7d9961643b0cb3c8a906a
parent 03aae50e2667c68c99e782f8e39a4a2bc81d8404
Author: Ruben Guerrero <rubengu@microsoft.com>
Date:   Thu, 15 Jun 2023 16:06:18 -0700

Fix Component Governance alerts (#3355)


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

diff --git a/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj b/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj @@ -33,6 +33,8 @@ <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> + <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" /> + <PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" /> </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 @@ -45,6 +45,8 @@ <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> + <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" /> + <PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" /> </ItemGroup> <ItemGroup>