Skip to content

Commit 506de6f

Browse files
committed
Fix CG issue for Microsoft.IO.Redist
Move to a version with the appropriate fix
1 parent 24253e1 commit 506de6f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

eng/Directory.Packages.props

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,14 @@
228228
<PackageVersion Include="System.Threading.Channels" Version="7.0.0" />
229229

230230
<!--
231-
System.Net.Http and System.Private.Uri are used to eliminate our reference to old packages with vulnerability.
232-
They are introduced by other component. Tracked issues:https://github.com/xunit/xunit/issues/2778 and https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1886496
231+
Packages that are pinned to avoid component governance alerts.
232+
Tracked issues:
233+
https://github.com/xunit/xunit/issues/2778
234+
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1886496
233235
-->
234236
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
235237
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
238+
<PackageVersion Include="Microsoft.IO.Redist" Version="6.0.1" />
236239

237240
<PackageVersion Include="SQLitePCLRaw.core" Version="$(SqliteVersion)" />
238241
<PackageVersion Include="SQLitePCLRaw.bundle_green" Version="$(SqliteVersion)" />

0 commit comments

Comments
 (0)