Fix CG issue with MS.IO.Redist

This commit is contained in:
Jared Parsons 2024-08-12 14:23:35 -07:00
Родитель 2dca8f9f2f
Коммит 194ef8cf81
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -124,5 +124,12 @@
<PackageVersion Include="xunit.extensibility.execution" Version="$(_XunitPackageVersion)" />
<PackageVersion Include="xunit.runner.utility" Version="2.4.1" />
<PackageVersion Include="Xunit.StaFact" Version="1.2.46-alpha" />
<!--
These package references exist solely to fix component governance issues. Referencing them here
at the appropriate version, in combination with using CentralPackageTransitivePinningEnabled, will
ensure the correct version is used in all places
-->
<PackageVersion Include="Microsoft.IO.Redist" Version="6.0.1" />
</ItemGroup>
</Project>