File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
examples/Actor/DemoActor.UnitTest Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<IsPackable >false</IsPackable >
9
9
<IsTestProject >true</IsTestProject >
10
+
11
+ <PreserveCompilationContext >true</PreserveCompilationContext >
10
12
</PropertyGroup >
11
13
12
14
<ItemGroup >
13
15
<PackageReference Include =" coverlet.msbuild" Version =" 2.9.0" >
14
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
17
<PrivateAssets >all</PrivateAssets >
16
18
</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 >
18
23
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
19
24
<PackageReference Include =" Moq" Version =" 4.20.70" />
20
25
<PackageReference Include =" xunit" Version =" 2.4.2" />
You can’t perform that action at this time.
0 commit comments