File tree Expand file tree Collapse file tree
src/clients/Codebreaker.GameAPIs.Client.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <IsPackable >false</IsPackable >
99 <IsTestProject >true</IsTestProject >
10+ <EnableMicrosoftTestingPlatformLatest >true</EnableMicrosoftTestingPlatformLatest >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
13- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.0" />
14+ <PackageReference Include =" Microsoft.Testing.Platform" Version =" 1.1.0" />
15+ <PackageReference Include =" Microsoft.Testing.Extensions.TrxReport" Version =" 1.1.0" />
1416 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
1517 <PackageReference Include =" Moq" Version =" 4.20.72" />
16- <PackageReference Include =" xunit" Version =" 2.9.2 " />
18+ <PackageReference Include =" xunit" Version =" 3.2.0 " />
1719 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
1820 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1921 <PrivateAssets >all</PrivateAssets >
2224 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2325 <PrivateAssets >all</PrivateAssets >
2426 </PackageReference >
27+ <PackageReference Include =" xunit.analyzers" Version =" 1.11.0" />
28+ </ItemGroup >
29+
30+ <ItemGroup Condition =" '$(TargetFramework)'=='net8.0'" >
31+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 8.0.0" />
32+ </ItemGroup >
33+
34+ <ItemGroup Condition =" '$(TargetFramework)'=='net9.0'" >
35+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.0" />
2536 </ItemGroup >
2637
2738 <ItemGroup >
Original file line number Diff line number Diff line change 55global using Moq . Protected ;
66
77global using System . Net ;
8+ global using System . Text . Json ;
89
910global using Xunit ;
11+ global using Xunit . Abstractions ;
You can’t perform that action at this time.
0 commit comments