We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384e253 commit 44b01a1Copy full SHA for 44b01a1
FineCodeCoverageTests/FineCodeCoverageTests.csproj
@@ -165,14 +165,7 @@
165
</ProjectReference>
166
</ItemGroup>
167
<PropertyGroup Label="FineCodeCoverage">
168
- <Exclude>
169
- [NUnit3.TestAdapter]*
170
- [Moq]*
171
- </Exclude>
172
- <ModulePathsExclude>
173
- .*NUnit3.*
174
- .*Moq.*
175
- </ModulePathsExclude>
+ <IncludeReferencedProjects>true</IncludeReferencedProjects>
176
</PropertyGroup>
177
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
0 commit comments