|
4 | 4 | <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
| 7 | + <OutputType>Exe</OutputType> |
7 | 8 |
|
8 | 9 | <IsPackable>false</IsPackable> |
9 | 10 | <IsTestProject>true</IsTestProject> |
| 11 | + <UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner> |
| 12 | + <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport> |
10 | 13 | </PropertyGroup> |
11 | 14 |
|
12 | 15 | <ItemGroup> |
13 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0" /> |
14 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> |
15 | | - <PackageReference Include="Moq" Version="4.20.72" /> |
16 | | - <PackageReference Include="xunit" Version="2.9.2" /> |
17 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"> |
| 16 | + <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" /> |
| 17 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" /> |
| 18 | + <PackageReference Include="Microsoft.Testing.Platform" /> |
| 19 | + <PackageReference Include="Microsoft.Testing.Extensions.TrxReport" /> |
| 20 | + <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
| 21 | + <PackageReference Include="Moq" /> |
| 22 | + <PackageReference Include="xunit.v3" /> |
| 23 | + <PackageReference Include="xunit.runner.visualstudio"> |
18 | 24 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
19 | 25 | <PrivateAssets>all</PrivateAssets> |
20 | 26 | </PackageReference> |
21 | | - <PackageReference Include="coverlet.collector" Version="6.0.2"> |
| 27 | + <PackageReference Include="coverlet.collector"> |
22 | 28 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
23 | 29 | <PrivateAssets>all</PrivateAssets> |
24 | 30 | </PackageReference> |
| 31 | + <PackageReference Include="xunit.analyzers" /> |
25 | 32 | </ItemGroup> |
26 | 33 |
|
27 | 34 | <ItemGroup> |
|
0 commit comments