File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 <!-- Package references and additional files which are consumed by test projects -->
1313 <ItemGroup Condition =" '$(IsTestProject)' == 'true'" >
14- <PackageReference Include =" xunit" Version =" 2.4.1 " IsImplicitlyDefined =" true" />
14+ <PackageReference Include =" xunit" Version =" 2.4.2 " IsImplicitlyDefined =" true" />
1515
1616 <PackageReference Include =" coverlet.collector"
1717 Version =" 3.1.2"
2020 Condition =" '$(IsCodeCoverage)'=='true'" />
2121
2222 <PackageReference Include =" Microsoft.NET.Test.Sdk"
23- Version =" 16.8.0"
24- IsImplicitlyDefined =" true"
25- Condition =" '$(TargetFramework)' != 'netcoreapp2.0'" />
23+ Version =" 17.4.1"
24+ IsImplicitlyDefined =" true" />
2625
2726 <PackageReference Include =" xunit.runner.visualstudio"
28- Version =" 2.4.3 "
27+ Version =" 2.4.5 "
2928 IsImplicitlyDefined =" true" />
3029
3130 <Using Include =" Xunit" Condition =" '$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'" />
You can’t perform that action at this time.
0 commit comments