Skip to content

Commit 644d6e7

Browse files
committed
Added test logger in DemoActor.UnitTest
1 parent 0142cd1 commit 644d6e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net6;net7;net8</TargetFrameworks>
5-
<!--<TargetFramework>net6.0</TargetFramework>-->
65
<ImplicitUsings>enable</ImplicitUsings>
76
<Nullable>enable</Nullable>
87

98
<IsPackable>false</IsPackable>
109
<IsTestProject>true</IsTestProject>
11-
12-
<PreserveCompilationContext>true</PreserveCompilationContext>
1310
</PropertyGroup>
1411

1512
<ItemGroup>
@@ -21,6 +18,7 @@
2118
<PrivateAssets>all</PrivateAssets>
2219
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2320
</PackageReference>
21+
<PackageReference Include="GitHubActionsTestLogger" Version="1.1.2" />
2422
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
2523
<PackageReference Include="Moq" Version="4.20.70" />
2624
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)