Skip to content

Commit 176c13b

Browse files
authored
Update coverlet in Directory.Build.props instead of the csproj file (#185)
1 parent d27f6da commit 176c13b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</PropertyGroup>
4949

5050
<ItemGroup Condition="'$(IsTestsFolder)' == 'true'">
51-
<PackageReference Include="coverlet.collector" Version="6.0.3">
51+
<PackageReference Include="coverlet.collector" Version="6.0.4">
5252
<PrivateAssets>all</PrivateAssets>
5353
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5454
</PackageReference>

tests/NuttyTree.NetDaemon.Application.UnitTests/NuttyTree.NetDaemon.Application.UnitTests.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,4 @@
2020
<ProjectReference Include="..\..\src\NuttyTree.NetDaemon.Application\NuttyTree.NetDaemon.Application.csproj" />
2121
</ItemGroup>
2222

23-
<ItemGroup>
24-
<PackageReference Update="coverlet.collector" Version="6.0.4">
25-
<PrivateAssets>all</PrivateAssets>
26-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27-
</PackageReference>
28-
</ItemGroup>
29-
3023
</Project>

0 commit comments

Comments
 (0)