|
4 | 4 | <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
7 | | - |
| 7 | + <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport> |
8 | 8 | <IsPackable>false</IsPackable> |
9 | 9 | <IsTestProject>true</IsTestProject> |
10 | 10 | </PropertyGroup> |
11 | 11 |
|
12 | 12 | <ItemGroup> |
13 | | - <PackageReference Include="coverlet.collector" Version="6.0.2"> |
14 | | - <PrivateAssets>all</PrivateAssets> |
15 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
16 | | - </PackageReference> |
17 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> |
| 13 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> |
18 | 14 | <PackageReference Include="xunit" Version="2.9.2" /> |
19 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"> |
20 | | - <PrivateAssets>all</PrivateAssets> |
21 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 15 | + <PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.49"> |
| 16 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 17 | + <PrivateAssets>all</PrivateAssets> |
| 18 | + </PackageReference> |
| 19 | + <PackageReference Include="coverlet.collector" Version="6.0.2"> |
| 20 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 21 | + <PrivateAssets>all</PrivateAssets> |
22 | 22 | </PackageReference> |
23 | 23 | </ItemGroup> |
24 | 24 |
|
25 | 25 | <ItemGroup> |
26 | 26 | <ProjectReference Include="..\..\src\StandardWebhooks\StandardWebhooks.csproj" /> |
27 | 27 | </ItemGroup> |
28 | 28 |
|
| 29 | + <PropertyGroup> |
| 30 | + <UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner> |
| 31 | + </PropertyGroup> |
| 32 | + |
29 | 33 | <ItemGroup> |
30 | 34 | <Using Include="Xunit" /> |
31 | 35 | </ItemGroup> |
|
0 commit comments