Skip to content

Commit 2b90e07

Browse files
authored
Merge pull request #483 from tonyhallett/fix-opencover-cve
fix cve by updating opencover zip to latest version
2 parents ffbaae3 + 8b85e88 commit 2b90e07

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

FineCodeCoverage/FineCodeCoverage.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@
105105
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
106106
<IncludeInVSIX>true</IncludeInVSIX>
107107
</Content>
108-
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.922.zip">
109-
<Link>ZippedTools\openCover.4.7.922.zip</Link>
110-
<IncludeInVSIX>true</IncludeInVSIX>
111-
</Content>
112108
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.2.0.zip">
113109
<Link>ZippedTools\coverlet.collector.3.2.0.zip</Link>
114110
<IncludeInVSIX>true</IncludeInVSIX>
@@ -125,6 +121,10 @@
125121
<Link>ZippedTools\microsoft.codecoverage.17.9.0.zip</Link>
126122
<IncludeInVSIX>true</IncludeInVSIX>
127123
</Content>
124+
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.1221.zip">
125+
<Link>ZippedTools\openCover.4.7.1221.zip</Link>
126+
<IncludeInVSIX>true</IncludeInVSIX>
127+
</Content>
128128
<!--
129129
<None Include="Key.snk" />
130130
-->

FineCodeCoverage2022/FineCodeCoverage2022.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
8686
<IncludeInVSIX>true</IncludeInVSIX>
8787
</Content>
88-
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.922.zip">
89-
<Link>ZippedTools\openCover.4.7.922.zip</Link>
90-
<IncludeInVSIX>true</IncludeInVSIX>
91-
</Content>
9288
<Content Include="..\LICENSE">
9389
<Link>Resources\LICENSE</Link>
9490
<IncludeInVSIX>true</IncludeInVSIX>
@@ -109,6 +105,10 @@
109105
<Link>ZippedTools\microsoft.codecoverage.17.9.0.zip</Link>
110106
<IncludeInVSIX>true</IncludeInVSIX>
111107
</Content>
108+
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.1221.zip">
109+
<Link>ZippedTools\openCover.4.7.1221.zip</Link>
110+
<IncludeInVSIX>true</IncludeInVSIX>
111+
</Content>
112112
<None Include="source.extension.vsixmanifest">
113113
<SubType>Designer</SubType>
114114
<Generator>VsixManifestGenerator</Generator>
3.68 MB
Binary file not shown.
-1.83 MB
Binary file not shown.

0 commit comments

Comments
 (0)