File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
+ <OutputType >Exe</OutputType >
5
6
<Nullable >enable</Nullable >
6
7
</PropertyGroup >
7
8
8
9
<ItemGroup >
9
10
<PackageReference Include =" AwesomeAssertions" Version =" 8.1.0" />
10
11
<PackageReference Include =" coverlet.collector" Version =" 6.0.4" PrivateAssets =" all" />
11
12
<PackageReference Include =" GitHubActionsTestLogger" Version =" 2.4.1" PrivateAssets =" all" />
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
13
13
<PackageReference Include =" PublicApiGenerator" Version =" 11.4.5" />
14
14
<PackageReference Include =" ReportGenerator" Version =" 5.4.5" PrivateAssets =" all" />
15
15
<PackageReference Include =" Serilog" Version =" 4.2.0" />
16
16
<PackageReference Include =" Serilog.Enrichers.Environment" Version =" 3.0.1" />
17
17
<PackageReference Include =" Serilog.Enrichers.Thread" Version =" 4.0.0" />
18
18
<PackageReference Include =" Verify.XunitV3" Version =" 29.2.0" />
19
19
<PackageReference Include =" xunit.v3" Version =" 2.0.1" />
20
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2" PrivateAssets =" all" />
21
20
</ItemGroup >
22
21
22
+ <PropertyGroup Label =" xUnit" >
23
+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
24
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
25
+ </PropertyGroup >
26
+
23
27
<ItemGroup >
24
28
<VSTestLogger Include =" GitHubActions%3Bsummary.includePassedTests=true%3Bsummary.includeSkippedTests=true" Visible =" false" Condition =" $(GITHUB_STEP_SUMMARY) != ''" />
25
29
<VSTestLogger Include =" trx%3BLogFileName=TestResults-$(TargetFramework).trx" Visible =" false" Condition =" $(ContinuousIntegrationBuild) == 'true'" />
You can’t perform that action at this time.
0 commit comments