File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11public static class TestHelper
22{
33 public static CancellationToken CancellationToken =>
4- TestContext . Current ? . CancellationToken ?? CancellationToken . None ;
4+ TestContext . Current ? . Execution ? . CancellationToken ?? CancellationToken . None ;
55}
Original file line number Diff line number Diff line change 1313 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0" />
1414 <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
1515 <PackageVersion Include =" System.Linq.Async" Version =" 6.0.3" />
16- <PackageVersion Include =" TUnit" Version =" 0.80.0 " />
16+ <PackageVersion Include =" TUnit" Version =" 0.86.10 " />
1717 <PackageVersion Include =" Verify.DiffPlex" Version =" 3.1.2" />
1818 <PackageVersion Include =" Verify.SourceGenerators" Version =" 2.5.0" />
19- <PackageVersion Include =" Verify.TUnit" Version =" 31.2 .0" />
19+ <PackageVersion Include =" Verify.TUnit" Version =" 31.3 .0" />
2020 </ItemGroup >
2121</Project >
You can’t perform that action at this time.
0 commit comments