Fix the System.Security.Cryptography.Pkcs secuity error (#9070)

Fixes CG alerts from source build by increasing the Version.Details.xml version to match what we reference elsewhere.
This commit is contained in:
Jenny Bai 2023-07-26 21:48:35 +08:00 коммит произвёл GitHub
Родитель 2e459babae
Коммит 147543824d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,7 @@
</Dependency>
<!-- Necessary for source-build. This allows the package to be retrieved from previously-source-built artifacts
and flow in as dependencies of the packages produced by msbuild. -->
<Dependency Name="System.Security.Cryptography.Pkcs" Version="7.0.0">
<Dependency Name="System.Security.Cryptography.Pkcs" Version="7.0.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
</Dependency>