|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net8.0</TargetFramework> |
| 4 | + <TargetFramework>net10.0</TargetFramework> |
5 | 5 | <IsPackable>false</IsPackable> |
6 | 6 | <CollectCoverage>true</CollectCoverage> |
7 | 7 | <CoverletOutput>..\..\docfx\coverage\</CoverletOutput> |
8 | 8 | <CoverletOutputFormat>OpenCover</CoverletOutputFormat> |
9 | | - <!-- Suppress cross-targeting warning when referencing net472 projects/packages in net8.0 tests --> |
| 9 | + <IsTestProject>true</IsTestProject> |
| 10 | + <!-- Suppress cross-targeting warning when referencing net472 projects/packages in net10.0 tests --> |
10 | 11 | <NoWarn>$(NoWarn);NU1702;NU1701</NoWarn> |
11 | 12 | </PropertyGroup> |
12 | 13 |
|
|
21 | 22 | <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" /> |
22 | 23 | <PackageReference Include="FluentAssertions" Version="5.10.3" /> |
23 | 24 | <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" /> |
24 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" /> |
| 25 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" /> |
25 | 26 | <PackageReference Include="Moq" Version="4.16.1" /> |
26 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 27 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> |
27 | 28 | <PackageReference Include="System.DirectoryServices" Version="8.0.0" /> |
28 | 29 | <PackageReference Include="System.DirectoryServices.Protocols" Version="8.0.0" /> |
29 | | - <PackageReference Include="Xbehave" Version="2.4.1" /> |
30 | | - <PackageReference Include="xunit" Version="2.4.1" /> |
31 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> |
| 30 | + <PackageReference Include="xunit" Version="2.9.3" /> |
| 31 | + <PackageReference Include="xunit.runner.visualstudio" Version="3.1.5"> |
32 | 32 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
33 | 33 | <PrivateAssets>all</PrivateAssets> |
34 | 34 | </PackageReference> |
|
0 commit comments