Skip to content

Commit 748c67b

Browse files
committed
Fix NU1510 warning for System.Formats.Asn1 in RepoTasks.csproj
1 parent 3c054b4 commit 748c67b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/tools/RepoTasks/RepoTasks.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
<PackageReference Include="Microsoft.Build.Framework" Version="$(MicrosoftBuildFrameworkVersion)" />
3636
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildTasksCoreVersion)" />
3737
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildUtilitiesCoreVersion)" />
38-
<!-- Manually updated version to address CVE-2024-38095 -->
39-
<PackageReference Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1Version)" />
4038
</ItemGroup>
4139

4240
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">

0 commit comments

Comments
 (0)