Skip to content

Commit

Permalink
Merge pull request #483 from tonyhallett/fix-opencover-cve
Browse files Browse the repository at this point in the history
fix cve by updating opencover zip to latest version
  • Loading branch information
tonyhallett authored Feb 20, 2025
2 parents ffbaae3 + 8b85e88 commit 2b90e07
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions FineCodeCoverage/FineCodeCoverage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.922.zip">
<Link>ZippedTools\openCover.4.7.922.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.2.0.zip">
<Link>ZippedTools\coverlet.collector.3.2.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
Expand All @@ -125,6 +121,10 @@
<Link>ZippedTools\microsoft.codecoverage.17.9.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.1221.zip">
<Link>ZippedTools\openCover.4.7.1221.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<!--
<None Include="Key.snk" />
-->
Expand Down
8 changes: 4 additions & 4 deletions FineCodeCoverage2022/FineCodeCoverage2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.922.zip">
<Link>ZippedTools\openCover.4.7.922.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\LICENSE">
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
Expand All @@ -109,6 +105,10 @@
<Link>ZippedTools\microsoft.codecoverage.17.9.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.1221.zip">
<Link>ZippedTools\openCover.4.7.1221.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
<Generator>VsixManifestGenerator</Generator>
Expand Down
Binary file added Shared Files/ZippedTools/openCover.4.7.1221.zip
Binary file not shown.
Binary file removed Shared Files/ZippedTools/openCover.4.7.922.zip
Binary file not shown.

0 comments on commit 2b90e07

Please sign in to comment.