File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
NonProduction/DynamicData.Profile Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111 <ItemGroup >
1212 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
13- <PackageReference Include =" xunit" Version =" 2.8.0 " />
14- <PackageReference Include =" xunit.runner.console" Version =" 2.8.0 " />
13+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
14+ <PackageReference Include =" xunit.runner.console" Version =" 2.9.3 " />
1515 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.0" />
1616 <PackageReference Include =" FluentAssertions" Version =" 6.12.2" />
1717 <PackageReference Include =" Microsoft.Reactive.Testing" Version =" 6.0.1" />
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFrameworks >net8.0</TargetFrameworks >
44 <NoWarn >$(NoWarn);CS0618;CA1801;CA1812;CA1816;CA1062;CA1063;CS8767;CS8602;CS8618;IDE1006</NoWarn >
5- <XunitVersion >2.7.0 </XunitVersion >
5+ <XunitVersion >2.9.3 </XunitVersion >
66 </PropertyGroup >
77
88 <ItemGroup >
You can’t perform that action at this time.
0 commit comments