Skip to content

Commit 1f040cb

Browse files
authored
Merge pull request #288 from tonyhallett/fix-ms-code-coverage-async
Fix ms code coverage async
2 parents ddb9660 + 3c91948 commit 1f040cb

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

FineCodeCoverage/FineCodeCoverage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
<Link>ZippedTools\openCover.4.7.922.zip</Link>
114114
<IncludeInVSIX>true</IncludeInVSIX>
115115
</Content>
116-
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.1.zip">
117-
<Link>ZippedTools\reportGenerator.4.7.1.zip</Link>
116+
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.2.zip">
117+
<Link>ZippedTools\reportGenerator.4.7.2.zip</Link>
118118
<IncludeInVSIX>true</IncludeInVSIX>
119119
</Content>
120120
<!--

FineCodeCoverage2022/FineCodeCoverage2022.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
<Link>ZippedTools\openCover.4.7.922.zip</Link>
9090
<IncludeInVSIX>true</IncludeInVSIX>
9191
</Content>
92-
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.1.zip">
93-
<Link>ZippedTools\reportGenerator.4.7.1.zip</Link>
94-
<IncludeInVSIX>true</IncludeInVSIX>
95-
</Content>
9692
<Content Include="..\LICENSE">
9793
<Link>Resources\LICENSE</Link>
9894
<IncludeInVSIX>true</IncludeInVSIX>
@@ -101,6 +97,10 @@
10197
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
10298
<IncludeInVSIX>true</IncludeInVSIX>
10399
</Content>
100+
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.2.zip">
101+
<Link>ZippedTools\reportGenerator.4.7.2.zip</Link>
102+
<IncludeInVSIX>true</IncludeInVSIX>
103+
</Content>
104104
<None Include="source.extension.vsixmanifest">
105105
<SubType>Designer</SubType>
106106
</None>

ReportGeneratorPlugins/ReportGeneratorPlugins.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="ReportGenerator.Core" Version="4.7.1" />
8+
<Reference Include="ReportGenerator.Core">
9+
<HintPath>..\Shared Files\ZippedTools\ReportGenerator.Core.dll</HintPath>
10+
</Reference>
911
</ItemGroup>
1012

1113
</Project>
884 KB
Binary file not shown.
-5.67 MB
Binary file not shown.
6 MB
Binary file not shown.

0 commit comments

Comments
 (0)