add top level dependency description

This commit is contained in:
Jonathon Marolf 2022-09-06 13:26:15 -07:00
Родитель 837f5fa654
Коммит db1b32d6dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8B29BD8997A9ACE6
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2,6 +2,8 @@
<Project>
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />
<ItemGroup>
<!-- This is to for the version of System.Security.Cryptography.X509Certificates to always be resolved
as 4.3 or higher. If this repo ever moves to central package version management, this can be removed. -->
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.0" PrivateAssets="all" />
</ItemGroup>
</Project>