File tree Expand file tree Collapse file tree
Source/FileWatcherExTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22using FileWatcherExTests . Helper ;
33using System . Collections . Concurrent ;
44using Xunit ;
5- using Xunit . Abstractions ;
65
76namespace FileWatcherExTests ;
87
Original file line number Diff line number Diff line change 99
1010 <ItemGroup >
1111 <PackageReference Include =" CsvHelper" Version =" 33.1.0" />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
12+ <PackageReference Include =" Microsoft.NET.ILLink.Tasks" Version =" 10.0.3" />
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
1314 <PackageReference Include =" Moq" Version =" 4.20.72" />
14- <PackageReference Include =" xunit" Version =" 2.9.3" />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.3" >
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1717 <PrivateAssets >all</PrivateAssets >
1818 </PackageReference >
19- <PackageReference Include =" coverlet.collector" Version =" 6 .0.4 " >
19+ <PackageReference Include =" coverlet.collector" Version =" 8 .0.0 " >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 <PrivateAssets >all</PrivateAssets >
2222 </PackageReference >
23+ <PackageReference Include =" xunit.v3" Version =" 3.2.2" />
2324 </ItemGroup >
2425
2526 <ItemGroup >
Original file line number Diff line number Diff line change 44using System . Collections . ObjectModel ;
55using System . ComponentModel ;
66using Xunit ;
7- using Xunit . Abstractions ;
87
98namespace FileWatcherExTests ;
109
You can’t perform that action at this time.
0 commit comments