File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
examples/Actor/DemoActor.UnitTest Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net6;net7;net8</TargetFrameworks >
5
- <!-- <TargetFramework>net6.0</TargetFramework>-->
6
5
<ImplicitUsings >enable</ImplicitUsings >
7
6
<Nullable >enable</Nullable >
8
7
9
8
<IsPackable >false</IsPackable >
10
9
<IsTestProject >true</IsTestProject >
11
-
12
- <PreserveCompilationContext >true</PreserveCompilationContext >
13
10
</PropertyGroup >
14
11
15
12
<ItemGroup >
21
18
<PrivateAssets >all</PrivateAssets >
22
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
20
</PackageReference >
21
+ <PackageReference Include =" GitHubActionsTestLogger" Version =" 1.1.2" />
24
22
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
25
23
<PackageReference Include =" Moq" Version =" 4.20.70" />
26
24
<PackageReference Include =" xunit" Version =" 2.4.2" />
You can’t perform that action at this time.
0 commit comments