Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Test/CSharpLatest.Test/CSharpLatest.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<!-- System.Formats.Asn1 is added to mitigate vulnerability. -->
<!-- Remove as soon as one of the packages above no longer depends on the vulnerable version -->
<!-- Also reenable NU1510 -->
<PackageReference Include="System.Formats.Asn1" Version="10.0.3" />
<PackageReference Include="System.Formats.Asn1" Version="10.0.4" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release-4-12-0'">
Expand All @@ -75,7 +75,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Formats.Asn1" Version="10.0.3" />
<PackageReference Include="System.Formats.Asn1" Version="10.0.4" />
<ProjectReference Include="..\..\CSharpLatest.Analyzers\CSharpLatest.Analyzers.csproj" Aliases="Analyzers" />
<ProjectReference Include="..\..\CSharpLatest.CodeFixes\CSharpLatest.CodeFixes.csproj" />
</ItemGroup>
Expand Down
Loading