Skip to content

Commit 71cfa41

Browse files
committed
as report generator supports ms code coverage in release after it drops ie support
1 parent ddb9660 commit 71cfa41

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

FineCodeCoverage2022/FineCodeCoverage2022.csproj

+4-4
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.1.zip">
101+
<Link>ZippedTools\reportGenerator.4.7.1.zip</Link>
102+
<IncludeInVSIX>true</IncludeInVSIX>
103+
</Content>
104104
<None Include="source.extension.vsixmanifest">
105105
<SubType>Designer</SubType>
106106
</None>

ReportGeneratorPlugins/ReportGeneratorPlugins.csproj

+3-1
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>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)