Skip to content

Commit 5492961

Browse files
committed
Updated deps
1 parent a4f1313 commit 5492961

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/Actor/DemoActor.UnitTest/DemoActor.UnitTest.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@
77

88
<IsPackable>false</IsPackable>
99
<IsTestProject>true</IsTestProject>
10+
11+
<PreserveCompilationContext>true</PreserveCompilationContext>
1012
</PropertyGroup>
1113

1214
<ItemGroup>
1315
<PackageReference Include="coverlet.msbuild" Version="2.9.0">
1416
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1517
<PrivateAssets>all</PrivateAssets>
1618
</PackageReference>
17-
<PackageReference Include="coverlet.collector" Version="3.2.0" />
19+
<PackageReference Include="coverlet.collector" Version="3.2.0">
20+
<PrivateAssets>all</PrivateAssets>
21+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
22+
</PackageReference>
1823
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
1924
<PackageReference Include="Moq" Version="4.20.70" />
2025
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)